Linux command
bssh 命令
网络
需要网络或远程资源。
常用示例
Browse for SSH servers on local network
bssh
Browse in specific domain
bssh --domain [.local]
Force SSH server browsing only
bssh --ssh
Browse both SSH and VNC servers
bssh --shell
说明
bssh is an Avahi service browser that discovers SSH servers on the local network using mDNS/DNS-SD (Zeroconf). It displays found servers in a GUI and launches ssh when a server is selected. The tool is part of the Avahi Zeroconf suite for service discovery.
参数
- -s, --ssh
- Browse for SSH servers only
- -v, --vnc
- Browse for VNC servers only
- -S, --shell
- Browse for both SSH and VNC servers
- -d, --domain _domain_
- Browse in specified domain (default: .local)
- -h, --help
- Show help
- -V, --version
- Show version
FAQ
What is the bssh command used for?
bssh is an Avahi service browser that discovers SSH servers on the local network using mDNS/DNS-SD (Zeroconf). It displays found servers in a GUI and launches ssh when a server is selected. The tool is part of the Avahi Zeroconf suite for service discovery.
How do I run a basic bssh example?
Run `bssh` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --ssh do in bssh?
Browse for SSH servers only