On Tue, 12 Mar 2002, Jerome Alet wrote:
tunnelling over ssh or native rsync protocol transparent compression more easily scriptable ....
Actually, ncftpget and ncftpput has made ftp scripting a lot easier. Doesn't scripting become a problem with scp now that protocol 2 requires keyboard interactive? -- Jiann-Ming Su jsu2@emory.edu 404-712-2603 Development Team Systems Administrator General Libraries Systems Division
On Tue, 2002-03-12 at 07:34, Jiann-Ming Su wrote:
Actually, ncftpget and ncftpput has made ftp scripting a lot easier. Doesn't scripting become a problem with scp now that protocol 2 requires keyboard interactive?
SSH protocol 2 has passwordless login via public key encryption. Once you have added your identity to your keychain, authentication no longer requires your intervention. This is particularily useful when interacting with a CVS repository. Andrew
participants (2)
-
Andrew Burrow -
Jiann-Ming Su