SSH Passwordless connection between 2 linux hosts

 


In Host1:

# ssh-keygen -t rsa

#ssh-copy-id root@<Host2>


Thats all:

Now from Host1 try login with below command and it wont ask password.

 # ssh root@Host2 

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...