I'm trying to setup an SSH passwordless login but can't seem to get it to work...here is what I did:
Host: (OpenSSH_5.3p1, OpenSSL 1.0.0-fips)
1.) ssh-keygen -t dsa
2.) copied the id_dsa.pub to the remote server OpenSSH_6.2p2 (CentrifyDC build 5.1.3-204) (CentrifyDC build 5.1.3-204), OpenSSL 0.9.8zc-fips
3.) ran cat id_dsa.pub >> authorized_keys and cat id_dsa.pub >> authorized_keys2 on the remote server
Remote:
1.) chmod 700 on the .ssh dir
2.) chmod 700 on both authorized_keys and authorized_key2
what am I missing here?