Skip to content

pixelcat/autossh-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoSSH Tunnel

This image provides support for creating a tunnel to a remote host.

Environment Variables

Variable Name Value Description
AUTOSSH_REMOTE_PORT {number} The port on the remote machine to forward
AUTOSSH_LOCAL_PORT {number} The port on the local system to expose
AUTOSSH_TUNNEL_HOST hostname The host to tunnel. In ssh parlance, this is the host passed to the -L option.
AUTOSSH_TARGET_HOST hostname The host to connect through. In ssh parlance, this would be the host SSH connects to.
AUTOSSH_TARGET_PORT {nuumber} The port on the target host to connect to where ssh is running. In ssh parlance, this would be the -p option.
AUTOSSH_USER username The user to connect as.
AUTOSSH_OPTS List of additional arguments to pass to SSH.

v1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published