Hello
I have setup ssh but it's not working...looking for some advise.
Here is what I have done
On the first Red Hat box
Step 1 su to test_user
Step 2 run ssh-keygen -t rsa
Step 3 Enter defaults file location/path
Step 4 Enter the pass phrase - testing
The keys generated now
2b:ba:5b:af:ec:06:4b:bb:10:8e:27:e6:b3:6f:75:0f
test@test.com
Step 5 run chmod 755 ~/.ssh
Step 6 Run the same steps above on the Remote Linux box
Step 7 copied the first linux box keys to the /tmp folder on the second linux box and then copied and renamed it to the ~/.ssh/authorized_key file.
Step 8 tried to use scp, but I still get prompted for a password from the second linux box ..
I dont know where I have gone wrong, tried several times and same issue.
If any one has any ideas that would be great, I'm also not sure if I should be configuring the ssh_config file for any settings?
rgds
D