Sign inSign up

hehety/sshserver

By hehety

Updated about 4 years ago

Image
0

287

hehety/sshserver repository overview

openssh-server

Maintained by: Jason He

Quick reference

Where to file issues:

https://github.com/hetianyi/dockerfiles/issues

Supported architectures: (more info)

amd64, arm32v6, arm32v7, arm64v8, i386

How to use this image

docker run -d \
  -p 2022:22 \
  --name sshserver \
  -e LOCAL_USER=demo \
  -e LOCAL_PASS=123456 \
  hehety/sshserver:latest

login to this container

ssh [email protected] -p 2022
# input password: 123456

Environment variables

  • LOCAL_USER

    login user, default is root

  • LOCAL_PASS

    login password, default is 123123

  • SSH_PORT

    ssh server port, default is 22

Tag summary

Content type

Image

Digest

Size

5.6 MB

Last updated

about 4 years ago

docker pull hehety/sshserver