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 unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...