Files
cheatsheet-tldr/tldr/bshell
2025-07-31 00:21:38 +00:00

27 lines
481 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`