1
Eliminating password request for SSH for Linux and Oracle
I was trying to configure SSH on Oracle Linux. I have done the following steps on two nodes: /usr/bin/ssh-keygen -t rsa /usr/bin/ssh-keygen -t dsa Then I did this on node 1: ssh node1 cat ~/.ssh/id_rsa.pub >> authorized-keys ssh node1 cat ~/.ssh/id_dsa.pub >> authorized-keys Then copied the authorized-keys to node 2 scp authorized-keys node2:/vol1/ora/.ssh Then did [...]
Answer Question
| August 18, 2009 8:12 PM
Enterprise Linux, Linux, Linux AS Release 4 Update 4
I was trying to configure SSH on Oracle Linux. I have done the following steps on two nodes: /usr/bin/ssh-keygen -t rsa /usr/bin/ssh-keygen -t dsa Then I did this on node 1: ssh node1 cat ~/.ssh/id_rsa.pub >> authorized-keys ssh node1 cat ~/.ssh/id_dsa.pub >> authorized-keys Then copied the authorized-keys to node 2 scp authorized-keys node2:/vol1/ora/.ssh Then did [...]
1





