https://github.com/michaelsp/docker-sshd
https://github.com/michaelsp/docker-sshd
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelsp/docker-sshd
- Owner: MichaelSp
- Created: 2021-12-21T21:52:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T22:25:09.000Z (over 4 years ago)
- Last Synced: 2025-10-06T19:02:45.839Z (8 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sshd
run ubuntu and openssd
```shell
docker run --rm ghcr.io/michaelsp/docker-sshd:1
```
and login with
```
ssh -p 80 admin@localhost
```
password: `test`