Skip to content

aduermael/sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sshd

A small container running sshd.

How to run

docker run -ti -d --rm -p 22:22 \
--name sshd \
-v /ssh:/ssh \
aduermael/sshd

(use -v to mount other volumes)

About

A small container running sshd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published