|
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
|
|
Reply To This Message
|
|
Author: Dan Langille
Date: 10-03-03 14:10
For moreAmit Chakradeo wrote:
>
> 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.
For more on that, see <a href="/secure-file-copy.php">How to copy files around without anyone seeing them</a>.
|
|
Reply To This Message
|
|
Author: Eivind Eklund
Date: 14-03-03 09:43
For working password-less, I highly recommend /usr/ports/security/safesh. This helps you maintain different credentials for different hosts, which avoids identity theft by the machines you connect to.
It should also automates key generation etc.
Feedback about it the program is welcome.
Eivind.
|
|
Reply To This Message
|
|