From: ivan Date: Sun, 24 Dec 2000 01:04:48 +0000 (+0000) Subject: add FAQ X-Git-Tag: NET_SSH_0_03~7 X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SSH.git;a=commitdiff_plain;h=f9e399776e71d792f13b55f36b82d164af0a2cab add FAQ --- diff --git a/SSH.pm b/SSH.pm index 715eec1..cf31252 100644 --- a/SSH.pm +++ b/SSH.pm @@ -113,6 +113,13 @@ sub _yesno { close(READER); close(WRITER); +=head1 FREQUENTLY ASKED QUESTION + +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. + =head1 AUTHOR Ivan Kohler @@ -129,7 +136,7 @@ Look at IPC::Session (also fsh) =head1 SEE ALSO -ssh(1), L, L +ssh-keygen(1), ssh(1), L, L =cut