I Followed the following commands & successfully able to login into each server without passwords, still task result is failure. How come?
The commands I used are:
ssh tony@stapp01
mkdir ~/.ssh
touch ~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
exit
on Thor
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub tony@stapp01
Enter the password for tony
Now when did:
ssh tony@stapp01
I don’t need to put the password anymore.
Follow the same step for each server and successfully be able to login without password.
Let me know what went wrong…
@tsanghan @Tej-Singh-Rana here is no review section in my Task console. I have attached the screenshot as well.
Hi @shaarohi16
You don’t see the button review
because you pass the due date, it’s only available before the due date.
For the task, I see that you add a passphrase on the RSA key and the task ask to connect without any password.
Regard