scp file without password [message #244991] |
Thu, 14 June 2007 16:29 |
tomstone_98
Messages: 44 Registered: May 2007 Location: Atlanta
|
Member |
|
|
Having a problem using scp file without password. I have read and followed much of the advice (like in http://www.linuxjournal.com/article/8600), but I am still having problems.
BoxA -- an IBM AIX box
BoxB -- a Linux box
I ran
on BoxA under UserA account
I copied the id_rsa.pub file from BoxA to BoxB (i.e. copied the file from /home/UserA/.ssh/id_rsa.pub on BoxA to the /home/UserB/.ssh/authorized_keys file on BoxB).
I then tried the scp command on BoxA under the UserA account ...
scp file.txt UserB@BoxB:/tmp
but I still get prompted for the UserB password.
Any suggestions?
Thanks.
|
|
|
|
|