diff options
author | ivan <ivan> | 2002-02-16 18:28:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-16 18:28:46 +0000 |
commit | d48dda6a0766181e27194cf70a199b450f1effd5 (patch) | |
tree | f27fec7d57b34231084485ffe5b0f4361795d90e | |
parent | 046958654dfbfcd4a422a0fdb19d30e0a7600ead (diff) |
okay. 0.5Net_SSH_0_05
-rw-r--r-- | SSH.pm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -35,10 +35,10 @@ Net::SSH - Perl extension for secure shell =head1 DESCRIPTION -Simple wrappers around ssh commands. For an all-perl implementation that does -not require -the system `ssh' command, see Net::SSH::Perl. +Simple wrappers around ssh commands. +For an all-perl implementation that does not require the system B<ssh> command, +see L<Net::SSH::Perl> instead. =head1 SUBROUTINES @@ -189,7 +189,7 @@ Look at IPC::Session (also fsh) =head1 SEE ALSO For an all-perl implementation that does not require the system B<ssh> command, -see L<Net::SSH::Perl>. +see L<Net::SSH::Perl> instead. ssh-keygen(1), ssh(1), L<IO::File>, L<IPC::Open2>, L<IPC::Open3> |