SSHd Docker image
On remote machine:
docker run -d -p 8022:22 giabar/gb-sshd
On your machine:
ssh -p 8022 tempuser@remotemachine
Password: passw0rd12
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
Content type
Image
Digest
Size
58.8 MB
Last updated
about 8 years ago
docker pull giabar/gb-sshd