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

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...