Having trouble with ssh and authorized_keys
问题 I am ssh-ing from server1 to server2 . I generated the id_rsa & id_rsa.pub files. If I ssh to mike@server2 it works fine, but ssh to john@server2 does not work without password. Both mike & john home directories contain ".ssh" which is chmod 700 and that folder contains "authorized_keys" containing only the contents of the id_rsa.pub file generated previously (and is chmod 600). Contents of both are the same. Server 1: Linux x86_64 x86_64 x86_64 GNU/Linux Server 2: AIX 5.3.0.0 64-bit Command