Skip to content

Very basic SSH server based on Alpine Linux for testing purpose only

License

Notifications You must be signed in to change notification settings

henry40408/alpine-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-ssh CircleCI Docker Repository on Quay stability-deprecated

Very basic SSH server based on Alpine Linux for testing purpose only

Deprecation Warning

This repository was originally created for used on Concourse CI. Since I don't use Concourse CI anymore, this repository would not be updated anymore. Use at your own risk.

Caveats

This image is for testing purpose only, and should not be used in production environment.

Username and Password

Username is root and password is toor.

Tips

It's recommend to add some options when directly connecting to SSH server:

$ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@localhost

Thus host key and hostname would not be saved, since the key is changed every time the container is created.

License

MIT