Sign inSign up

vimagick/openssh

By vimagick

Updated about 5 years ago

OpenSSH on Alpine Linux

Image
2

4.2K

vimagick/openssh repository overview

openssh

docker-compose.yml

openssh:
  image: vimagick/openssh
  hostname: alpine
  ports:
    - "2222:22"
  volumes:
    - ./keys:/root/.ssh/keys
  restart: always

up and running

$ cd ~/fig/openssh/

$ tree keys
├── joe.pub
├── kev.pub
└── tom.pub

$ docker-compose up -d

ssh login

$ ssh -p 2222 root@server

Tag summary

Content type

Image

Digest

Size

4.9 MB

Last updated

about 5 years ago

docker pull vimagick/openssh