Skip to content

Likogann/docker-ssh-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ssh-proxy

ssh-proxy is a stupid simple docker container that acts as a socks4/5 proxy to an SSH server.

Build

git clone https://github.com/likogann/docker-ssh-proxy
docker build -t ssh-proxy:latest .

Environment Variables

It requries four environment variables.

SSH_IP Default: 127.0.0.1 The IP address of the SSH server

SSH_PORT Default: 22 The port of the SSH server

SSH_USERNAME Default: root Username of SSH user

SSH_PASSWORD Password for SSH user

About

creates a proxy via ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published