ssh autologin
a.aurelAug 23 2012 — edited Aug 23 2012Hello,
I try to configure login without password beetwhen two server.
Both servers are Linux Oracle 6.3
on racnode1:
/usr/bin/ssh-keygen -t rsa
cd ~/.ssh
cat id_rsa.pub >> authorized_keys
scp authorized_keys2 racnode2:~/.ssh/
on racnode2:
ssh racnode1 date
@racnode1's password:
Please help!