From: ivan Date: Thu, 5 Apr 2001 01:58:59 +0000 (+0000) Subject: documentation on zombies X-Git-Tag: NET_SSH_0_03~6 X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SSH.git;a=commitdiff_plain;h=d28f4970158166eba309962013e9f49886570c92 documentation on zombies --- 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