An open API service indexing awesome lists of open source software.

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

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
```