On Sat, 7 Feb 2015, Jim Garrison wrote: > Oops, I was unclear in my last email. On salmo the public key goes in > authorized_keys as a single (long) line. This is in ~/.ssh of the user ID > you'll be logging in as.
Jim, Yeah, it's easy to be ambiguous with ~/.ssh/ :-) Here's salmo/~/.ssh/ -rw------- 1 rshepard users 1239 Nov 8 2010 authorized_keys2 -rw------- 1 rshepard users 736 Nov 8 2010 id_dsa -rw------- 1 rshepard users 620 Nov 8 2010 id_dsa.pub -rw------- 1 rshepard users 3513 Jul 9 2011 known_hosts Here, id_dsa.pub has 1 entry: ssh-dss ... [email protected] and authorized_keys2 has 2 entries: ssh-dss ... [email protected] ssh-dss ... [email protected] Shouldn't the public key be the same for all hosts? On the laptop, caddis, id_dsa.pub terminates with [email protected]. Do I generate a new key pair on the laptop, then append the new id_dsa.pub to the server's authorized_keys2 file? Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
