Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Net::SSH::Perl;
    use Net::SSH::Perl::Agent;
    ...
    while (my($key, $comment) = $iter->()) {
        print $key;
    }