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

https://github.com/giabar/gb-sshd

SSHd Docker image - https://hub.docker.com/r/giabar/gb-sshd/
https://github.com/giabar/gb-sshd

debian debian9 docker docker-image dockerfile ssh ssh-server

Last synced: about 2 months ago
JSON representation

SSHd Docker image - https://hub.docker.com/r/giabar/gb-sshd/

Awesome Lists containing this project

README

          

# SSHd Docker image
SSHd Docker image

## Usage:

On remote machine:
```
docker run -d -p 8022:22 giabar/gb-sshd
```

On your machine:
```
ssh -p 8022 tempuser@remotemachine
```
Password: passw0rd12

## Use this image with root account

On remote machine:
```
docker build -f Dockerfile.withroot -t giabar/gb-sshd-root .

docker run -d -p 8022:22 giabar/gb-sshd-root
```

On your machine:
```
ssh -p 8022 root@remotemachine
```
Password: passw0rd12