On Fri December 14 2007 02:40:25 pm James D. Parra wrote:
> # ssh-keygen -t dsa -b 2048
What happens if you reduce 2048 to 1024, above?
~~~~~~~
What I've done so far;
1) Changed dsa to rsa;#ssh-keygen -t rsa -b 2048 -f
/root/rsync/mirror-rsync-key2
A)That took care of the 1024 bit error
2) copied the pub.key from source B to target.
3) On target, #cat mirror-rsync-key2.pub >> /root/.ssh/authorized_keys2
A) Yes, authorized_keys2 is correct.
4) Can log into target from source A via ssh without password prompt from
target.
5) *Cannot* log into target from source B without first getting a password
prompt.
6) Output from target's authorized_keys2;
# cat /root/.ssh/authorized_keys2
ssh-rsa AAAAB3NzaC1yc2EAAAABIw[snip]M= [EMAIL PROTECTED]
ssh-rsa AAAAB3NzaC1yc2EAAAABIw[snip]== [EMAIL PROTECTED]
A) Yes, I want root to do this.
Why can't source B login with out getting a prompt? Source A is running Suse
9.3 while Source B is running Suse 10.2, and the Target is running Suse
10.0.
Thank you all for your help.
~James
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]