From d28f4970158166eba309962013e9f49886570c92 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Apr 2001 01:58:59 +0000 Subject: [PATCH] documentation on zombies --- SSH.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SSH.pm b/SSH.pm index cf31252..0a44133 100644 --- a/SSH.pm +++ b/SSH.pm @@ -113,13 +113,18 @@ sub _yesno { close(READER); close(WRITER); -=head1 FREQUENTLY ASKED QUESTION +=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 AUTHOR Ivan Kohler -- 2.11.0