-----Original Message----- From: Carl Hartung [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 6:38 PM To: [email protected] Subject: Re: [opensuse] rsync - keys - no-password question
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. ~~~~~~~~~~~~~~~~~~~~~~~~``` Thank you. I received the following byte error, but documentation show that this is possible; # ssh-keygen -t dsa -b 2048 -f /root/rsync/mirror-rsync-key DSA keys must be 1024 bits <snip> How can I make this 2048? Thank you, ~James -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
