X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=SSH.pm;h=cf31252a344bdde863fbb35a26632f0fb7683c30;hb=f9e399776e71d792f13b55f36b82d164af0a2cab;hp=715eec1498477cce6b4b96a99a6776a9a0e61732;hpb=66402dd8dfab605172dc71eb58df77535d7fbc29;p=Net-SSH.git 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