https://github.com/henry40408/alpine-ssh
Very basic SSH server based on Alpine Linux for testing purpose only
https://github.com/henry40408/alpine-ssh
alpine alpine-ssh deprecated ssh-server testing
Last synced: 9 months ago
JSON representation
Very basic SSH server based on Alpine Linux for testing purpose only
- Host: GitHub
- URL: https://github.com/henry40408/alpine-ssh
- Owner: henry40408
- License: mit
- Created: 2017-09-16T22:37:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T05:30:28.000Z (about 8 years ago)
- Last Synced: 2025-02-15T01:12:54.346Z (over 1 year ago)
- Topics: alpine, alpine-ssh, deprecated, ssh-server, testing
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# alpine-ssh [](https://circleci.com/gh/henry40408/alpine-ssh) [](https://quay.io/repository/henry40408/alpine-ssh) 
> Very basic SSH server based on Alpine Linux for testing purpose only
## Deprecation Warning
This repository was originally created for used on [Concourse CI](https://concourse-ci.org/). 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:
```bash
$ 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