Sign inSign up

giabar/gb-sshd

By giabar

Updated about 8 years ago

SSHd Docker image

Image
0

329

giabar/gb-sshd repository overview

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

Tag summary

Content type

Image

Digest

Size

58.8 MB

Last updated

about 8 years ago

docker pull giabar/gb-sshd