connect to a play-with-docker instance via putty

Viewed 2682

i'm trying to connect via putty to a play with docker instance https://labs.play-with-docker.com/

i've tried:

ip172-18-0-21-bgnsch0v0j3g00931g9g@direct.labs.play-with-docker.com port 22

ERROR: disconnected: No supported authentication methods available (server sent: publickey)

172-18-0-21-bgnsch0v0j3g00931g9g@direct.labs.play-with-docker.com port 22 ERROR: disconnected: No supported authentication methods available (server sent: publickey)

ip172-18-0-21-bgnsch0v0j3g00931g9g@direct.labs.play-with-docker.com   port 1020

ERROR: nothing/black terminal --> timeout

172-18-0-21-bgnsch0v0j3g00931g9g@direct.labs.play-with-docker.com port 1020

ERROR: nothing/black terminal --> timeout

i followed this article: https://medium.com/@marcosnils/pwd-ssh-c12080ea11d1

I'm not so good with putty and ssh in general, do i need to set some other options in putty or i'm doing somethi wrong?
No Keys to set with this service?

1 Answers

Here is the simple technique you have to follow as PWD doesn't need any private key file to access the already created session.

So you can have simply create a .pkk key or use this one to download and open it in putty under Connection>SSH>Authentication.

And simple use your ssh ip172-18-0-36-bt5urvaosm4g00efljfg@direct.labs.play-with-docker.com and open the session.

PUTTY SETUP SCREEN

SSH LINK IN PUTTY

You will be connected.

CONNECTION ESTABLISHED

Related