Dockerized Ubuntu SSH service with RSA key support
299
Dockerized SSH service, built on top of official Ubuntu images.
Base:
Image specific:
Config:
PermitRootLogin yesUsePAM no/usr/sbin/sshd -Droot$ sudo docker run -d -P --name test_sshd rastasheep/ubuntu-sshd:14.04
$ sudo docker port test_sshd 22
0.0.0.0:49154
$ ssh root@localhost -p 49154
# The password is `root`
root@test_sshd $
If you run into any problems with this image, please check (and potentially file new) issues on the rastasheep/ubuntu-sshd repo, which is the source for this image.
Content type
Image
Digest
Size
89.9 MB
Last updated
about 9 years ago
docker pull mygodstudio/ubuntu-sshd-key:16.04