RedHat 6/Oracle Linux 6 is not allowing key authentication via ssh
Keys are properly deployed in ~/.ssh/authorized_keys Yet ssh keeps on prompting for a password. Olivier Refalo Several issues, mostly privileges - but also related to SELinux on RedHat 6 The following script should fix them all, please replace <user>:<group> with your matching userid and group chown -R <user>:<group> ~/.ssh chmod 700 ~/.ssh chmod 600 ~/.ssh/* restorecon -R -v ~/.ssh I'd agree with the changes above working on most linux variants in the root account. I have had a problem with RedHat 6.3 with trying to get a postgres user account to use DSA auth. (6.3 running in VirtualBox) The