Skip to content

sawanoboly/amazonlinux-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-amazonlinux-sshd

Docker Repository on Quay

serve only one connection and will be shutdown after session closed.

build

$ docker build -t amazonlinux-sshd:latest .

run

$ docker run --rm -p 10022:22 -e ROOT_PW=password_to_login  -t amazonlinux-sshd:latest

ENV

  • ROOT_PW: password for root login (default: rooooot)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published