LinuxCommandLibrary

bshell

A GUI tool for browsing for SSH/VNC servers on the local network.

TLDR

Browse for both SSH and VNC servers

$ bshell
copy


Browse for SSH servers only
$ bshell --ssh
copy


Browse for VNC servers only
$ bshell --vnc
copy


Browse for both SSH and VNC servers in a specified domain
$ bshell --domain=[domain]
copy

SYNOPSIS

bssh

bvnc

bshell

DESCRIPTION

bssh/bvnc/bshell browses for SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls ssh/vncviewer after a selection was made.

If the binary is called as bssh only ssh servers will be shown. If the binary is called as bvnc only VNC servers will be shown. If the binary is called as bshell both VNC and SSH servers are shown.

OPTIONS

-s | --ssh

Browse for SSH servers (and only SSH servers) regardless under which name the binary is called.

-v | --vnc

Browse for VNC servers (and only VNC servers) regardless under which name the binary is called.

-S | --shell

Browse for both VNC and SSH servers regardless under which name the binary is called.

-d | --domain= DOMAIN

Browse in the specified domain. If omitted bssh/bvnc/bshell will browse in the default browsing domain (usually .local)

-h | --help

Show help.

AUTHORS

The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/

COMMENTS

This man page was written using xml2man(1) by Oliver Kurth.

SEE ALSO

avahi-browse(1), ssh(1), vncviewer(1)

Copied to clipboard