diff --git a/pages/common/bshell.md b/pages/common/bshell.md new file mode 100644 index 000000000..b085f33b4 --- /dev/null +++ b/pages/common/bshell.md @@ -0,0 +1,21 @@ +# bshell + +> A GUI tool for browsing for SSH/VNC servers on the local network. +> See also: `bssh` and `bvnc`. +> More information: . + +- 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}}` diff --git a/pages/common/bssh.md b/pages/common/bssh.md new file mode 100644 index 000000000..af45bd315 --- /dev/null +++ b/pages/common/bssh.md @@ -0,0 +1,21 @@ +# bssh + +> A GUI tool for browsing for SSH/VNC servers on the local network. +> See also: `bvnc` and `bshell`. +> More information: . + +- Browse for SSH servers: + +`bssh` + +- Browse for VNC servers: + +`bssh --vnc` + +- Browse for both SSH and VNC servers: + +`bssh --shell` + +- Browse for SSH servers in a specified domain: + +`bssh --domain={{domain}}` diff --git a/pages/common/bvnc.md b/pages/common/bvnc.md new file mode 100644 index 000000000..616513f94 --- /dev/null +++ b/pages/common/bvnc.md @@ -0,0 +1,21 @@ +# bvnc + +> A GUI tool for browsing for SSH/VNC servers on the local network. +> See also: `bssh` and `bshell`. +> More information: . + +- Browse for VNC servers: + +`bvnc` + +- Browse for SSH servers: + +`bvnc --ssh` + +- Browse for both VNC and SSH servers: + +`bvnc --shell` + +- Browse for VNC servers in a specified domain: + +`bvnc --domain={{domain}}`