Author: Amit Chakradeo
Date: 07-03-03 22:47
Hi,
scp uses ssh as its transport for copying files between different machines. You can set up RSA/DSA keys for passwordless login across hosts and then use scp without entering passwords, just like local cp. You can also make use of ssh-agent to achieve passwordless file copying.
-Amit
|
|