Skip to content

connesc/docker-ssh-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-gateway

A lightweight SSH server for easy port forwarding

Usage

make run

Configuration

You may bind the SSH daemon to a different port (2222 in the example) and mount a volume containing the servers keys and authorized_keys for the root user.

docker run --init --rm --name ssh-gateway -p 2222:22 -v /path/to/volume:/config:ro connesc/ssh-gateway

Build

make build

About

A lightweight SSH server for easy port forwarding

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •