Sign inSign up

trsouz/ssh

By trsouz

•Updated almost 11 years ago

Simple debian:wheezy with ssh

Image
2

50K+

trsouz/ssh repository overview

⁠trsouz/ssh

trsouz/ssh⁠ is a Docker image with ssh.

⁠Usage

docker pull trsouz/ssh
⁠Basic ssh
docker run -ti trsouz/ssh [email protected]

You can set the environment variable 'HOST' to automatically add the RSA host key in known_hosts

docker run -ti -e HOST=myserver.com trsouz/ssh [email protected]

Mount volume to use you id_rsa.pub

docker run -ti -v ~/.ssh:/root/.ssh trsouz/ssh [email protected]

Tag summary

Content type

Image

Digest

sha256:10cf8c545…

Size

47.7 MB

Last updated

almost 11 years ago

docker pull trsouz/ssh