1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 14:15:43 +02:00
tldr/pages/common/bshell.md
2025-07-30 07:32:48 +03:00

21 lines
388 B
Markdown

# 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}}`