defines a docker container with sshd installed
The user should be aware that this is a pretty dangerous container; it allows the root user to use ssh to login to the container without any sort of password or key challenge.
docker run --name sshd -p 2234:22 -d greyltc/sshdroot as the username and a blank passworddocker stop sshddocker rm sshdContent type
Image
Digest
Size
213 MB
Last updated
over 6 years ago
docker pull greyltc/sshd