Very basic SSH server based on Alpine Linux for testing purpose only
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.
This image is for testing purpose only, and should not be used in production environment.
Username is root
and password is toor
.
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.
MIT