https://github.com/rnbguy/archlinux-sshd-docker
Archlinux docker with sshd
https://github.com/rnbguy/archlinux-sshd-docker
Last synced: 4 months ago
JSON representation
Archlinux docker with sshd
- Host: GitHub
- URL: https://github.com/rnbguy/archlinux-sshd-docker
- Owner: rnbguy
- License: mit
- Created: 2022-07-27T16:08:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T22:05:16.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T12:04:25.205Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archlinux-sshd
Archlinux docker with sshd
## Environment variable
- `SSH_PUBKEY`: Set it to `cat ~/.ssh/id_*.pub` of your local machine
## Instructions
### Deploy on remote
```
docker run -it --env "SSH_PUBKEY=ssh-XXX XXXXXX remote" rnbguy/archlinux-sshd
```
### SSH from local
```
ssh root@remote-ip
```