From: ivan Date: Thu, 5 Jul 2001 21:18:06 +0000 (+0000) Subject: added password FAQ from SSH.pm X-Git-Tag: Net_SCP_0_05~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SCP.git;a=commitdiff_plain;h=9a00bb48fa7a0dffca217c4898f44ec0085a14db added password FAQ from SSH.pm --- diff --git a/SCP.pm b/SCP.pm index 2b9d4d4..70c158e 100644 --- a/SCP.pm +++ b/SCP.pm @@ -272,6 +272,18 @@ sub binary { 1; } =back +=head1 FREQUENTLY ASKED QUESTIONS + +Q: How do you supply a password to connect with ssh within a perl script +using the Net::SSH module? + +A: You don't. Use RSA or DSA keys. See the ssh-keygen(1) manpage. + +Q: My script is "leaking" ssh processes. + +A: See L, L, +L and L. + =head1 AUTHORS Ivan Kohler