Scroll to navigation

SSHTUNNEL(1) User Commands SSHTUNNEL(1)

NAME

sshtunnel - SSH tunnels to remote server

DESCRIPTION

usage: sshtunnel [-h] [-U SSH_USERNAME] [-p SSH_PORT] [-P SSH_PASSWORD] -R

IP:PORT [IP:PORT ...] [-L [IP:PORT [IP:PORT ...]]] [-k SSH_HOST_KEY] [-K KEY_FILE] [-S KEY_PASSWORD] [-t] [-v] [-V] [-x IP:PORT] [-c SSH_CONFIG_FILE] [-z] [-n] [-d [FOLDER [FOLDER ...]]] ssh_address

Pure python ssh tunnel utils Version 0.1.4

positional arguments:

SSH server IP address (GW for SSH tunnels) set with "-- ssh_address" if immediately after -R or -L

optional arguments:

show this help message and exit
SSH server account username
SSH server TCP port (default: 22)
SSH server account password
Remote bind address sequence: ip_1:port_1 ip_2:port_2 ... ip_n:port_n Equivalent to ssh -Lxxxx:IP_ADDRESS:PORT If port is omitted, defaults to 22. Example: -R 10.10.10.10: 10.10.10.10:5900
Local bind address sequence: ip_1:port_1 ip_2:port_2 ... ip_n:port_n Elements may also be valid UNIX socket domains: /tmp/foo.sock /tmp/bar.sock ... /tmp/baz.sock Equivalent to ssh -LPORT:xxxxxxxxx:xxxx, being the local IP address optional. By default it will listen in all interfaces (0.0.0.0) and choose a random port. Example: -L :40000
Gateway's host key
RSA/DSS/ECDSA private key file
RSA/DSS/ECDSA private key password
Allow concurrent connections to each tunnel
Increase output verbosity (default: ERROR)
Show version number and quit
IP and port of SSH proxy to destination
SSH configuration file, defaults to ~/.ssh/config
Request server for compression over SSH transport
Disable looking for keys from an SSH agent
List of directories where SSH pkeys (in the format `id_*`) may be found
February 2019 sshtunnel 0.1.4