trsouz/ssh is a Docker image with ssh.
docker pull trsouz/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]
Content type
Image
Digest
sha256:10cf8c545…
Size
47.7 MB
Last updated
almost 11 years ago
docker pull trsouz/ssh