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/
- Host: GitHub
- URL: https://github.com/giabar/gb-sshd
- Owner: giabar
- License: gpl-3.0
- Created: 2018-06-20T11:58:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T05:47:22.000Z (almost 8 years ago)
- Last Synced: 2026-01-02T03:18:51.880Z (6 months ago)
- Topics: debian, debian9, docker, docker-image, dockerfile, ssh, ssh-server
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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