├── .gitignore ├── Dockerfile ├── README.md ├── boot.sh ├── run-client.sh └── sshd.example.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexellis/sshdkit/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexellis/sshdkit/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexellis/sshdkit/HEAD/README.md -------------------------------------------------------------------------------- /boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexellis/sshdkit/HEAD/boot.sh -------------------------------------------------------------------------------- /run-client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexellis/sshdkit/HEAD/run-client.sh -------------------------------------------------------------------------------- /sshd.example.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexellis/sshdkit/HEAD/sshd.example.yml --------------------------------------------------------------------------------