On Thu December 13 2007 08:24:19 pm James D. Parra wrote: > how do you accomplish having the ssh keys set properly on the target machine > from two different source machines?
This may only get you part of the way but here goes: Combine the series of source-side public keys into a single 'authorized_keys' file that 'lives' on the target machine. Something like 'cat client1_key.pub client2_key.pub client3_key.pub >authorized_keys' should do it. As far as placement on the target system, in my case... I log into the same server from different desktops... the file lives in ~/.ssh, i.e. /home/~user/.ssh/authorized_keys hth & regards, Carl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
