QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 131 forks source link

Docker Playground login issue #1047

Open welikesingh opened 6 months ago

welikesingh commented 6 months ago

Hi Sir,

I am trying to login docker playground machine but seems it require ssh key. How can i get ssh key? image

Thanks, Balwant

moiz01 commented 6 months ago

before login to docker playgroup machine make sure for private and public key example id_rsa and id_rsa.pub should presents on the user's home directory . Linux: /home/<user_name> Windows: C:\Users\<user_name> if ssh key is not presents you can generate it by ssh-keygen command