From 2a64f923f4bccf679fb2c137cba4fd25303af27d Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Sat, 13 Mar 2021 21:58:45 +0100 Subject: [PATCH] bssh, bvnc, bshell: add pages (#5419) --- pages/common/bshell.md | 21 +++++++++++++++++++++ pages/common/bssh.md | 21 +++++++++++++++++++++ pages/common/bvnc.md | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 pages/common/bshell.md create mode 100644 pages/common/bssh.md create mode 100644 pages/common/bvnc.md 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}}`