From 9a00bb48fa7a0dffca217c4898f44ec0085a14db Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Jul 2001 21:18:06 +0000 Subject: [PATCH] added password FAQ from SSH.pm --- SCP.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.11.0