HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bshell — A GUI for browsing for SSH/VNC servers on the local network. See also: `bssh`, `bvnc`. More informat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbshellsshclibrowsingforgui

Problem

How to use the bshell command: A GUI for browsing for SSH/VNC servers on the local network. See also: bssh, bvnc. More information: <https://manned.org/bshell>.

Solution

bshell — A GUI for browsing for SSH/VNC servers on the local network. See also: bssh, bvnc. More information: <https://manned.org/bshell>.

Browse for both SSH and VNC servers:
bshell


Browse for SSH servers only:
bshell --ssh


Browse for VNC servers only:
bshell --vnc


Browse for both SSH and VNC servers in a specified domain:
bshell --domain {{domain}}

Code Snippets

Browse for both SSH and VNC servers

bshell

Browse for SSH servers only

bshell --ssh

Browse for VNC servers only

bshell --vnc

Browse for both SSH and VNC servers in a specified domain

bshell --domain {{domain}}

Context

tldr-pages: common/bshell

Revisions (0)

No revisions yet.