Sign inSign up

izertis/sshd

By izertis

•Updated about 7 years ago

SSH service build on top of Ubuntu base image

Image
0

5.6K

izertis/sshd repository overview

⁠SSHD

SSH service built on top of Ubuntu base image

⁠Login parameters

Login parameters are:

  • User: root
  • Password: root

For security reasons, it's recommended to modifiy root password, this could be achieved by setting ROOT_PASSWORD environment variable.

⁠Running examples

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

Tag summary

Content type

Image

Digest

Size

83.9 MB

Last updated

about 7 years ago

docker pull izertis/sshd