SSH service build on top of Ubuntu base image
5.6K
SSH service built on top of Ubuntu base image
Login parameters are:
For security reasons, it's recommended to modifiy root password, this could be achieved by setting ROOT_PASSWORD environment variable.
For running the service with basic configuration it's necessary to execute de following command:
docker run -d -p 22:22 izertis/sshd:latest
In order to modify root password, use the following command:
docker run -d -e "ROOT_PASSWORD=root123" -p 22:22 izertis/sshd:latest
Content type
Image
Digest
Size
83.9 MB
Last updated
about 7 years ago
docker pull izertis/sshd