Sign inSign up

lwzm/sshd

By lwzm

Updated over 2 years ago

Image
0

1.1K

lwzm/sshd repository overview

Docker sshd
docker run \
    -p 22:22 \
    -v ${HOME}/.ssh/authorized_keys:/root/.ssh/authorized_keys:ro \
    lwzm/sshd
  sshd:
    image: lwzm/sshd
    volumes:
    - YOUR.ssh/authorized_keys:/root/.ssh/authorized_keys:ro
    ports:
    - '22:22'

Tag summary

Content type

Image

Digest

Size

4.5 MB

Last updated

about 5 years ago

docker pull lwzm/sshd