sshpiper
is the reverse proxy for sshd. all protocols, including ssh, scp, port forwarding, running on top of ssh are supported.
Config
sudo snap set sshpiperd <config>=<value> sudo snap restart sshpiperd
sshpiperd
sshpiperd.plugins
space separated list of plugins, allowed values: workingdir
, fixed
, yaml
failtoban
,sshpiperd.address
listening addresssshpiperd.port
listening portsshpiperd.server-key
server key files, support wildcardsshpiperd.server-key-data
server key in base64 format, server-key, server-key-generate-mode will be ignored if setsshpiperd.server-key-generate-mode
server key generate mode, one of: disable, notexist, always. generated key will be written to server-key
if * no`texist or alwayssshpiperd.login-grace-time
sshpiperd forcely close the connection after this time if the pipe has not successfully establishedsshpiperd.log-level
log level, one of: trace, debug, info, warn, error, fatal, panicsshpiperd.typescript-log-dir
create typescript format screen recording and save into the directory see https://linux.die.net/man/1/scriptsshpiperd.banner-text
display a banner before authentication, would be ignored if banner file was setsshpiperd.banner-file
display a banner from file before authenticationsshpiperd.drop-hostkeys-message
filter out hostkeys-00@openssh.com which cause client side warningsworkingdir plugin
workingdir.root path
to root working directoryworkingdir.allow-baduser-name
allow bad usernameworkingdir.no-check-perm
disable 0400 checkingworkingdir.strict-hostkey
upstream host public key must be in known_hosts file, otherwise drop the connectionworkingdir.no-password-auth
disable password authentication and only use public key authenticationyaml plugin
yaml.config
path to yaml config fileyaml.no-check-perm
disable 0400 checkingfixed plugin
fixed.target
target ssh endpoint addressfailtoban plugin
failtoban.max-failures
max failuresfailtoban.ban-duration
ban durationYou are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
If you’re running Kubuntu 16.04 LTS (Xenial Xerus) or later, including Kubuntu 18.04 LTS (Bionic Beaver) and Kubuntu 18.10 (Cosmic Cuttlefish), you don’t need to do anything. Snap is already installed and ready to go.
Versions of Kubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf) don’t include snap by default, but snap can be installed from the command line as follows:
sudo apt update
sudo apt install snapd
To install sshpiperd, simply use the following command:
sudo snap install sshpiperd
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.