| 
 
 NAMENet::SSH::Perl::Proxy - Use TCP proxy to connect to a host via SSH SYNOPSIS    my $ssh = Net::SSH::Perl::Proxy->new('myhost',
        proxy => {
            host => 'proxyhost',
            port => 1080,
        }
    );
    $ssh->login();
DESCRIPTIONThis class extends "Net::SSH::Perl" to allow connections through a SOCKS proxy. SEE ALSONet::SSH::Perl AUTHORLance Kinley E<lkinley@loyaltymethods.com> COPYRIGHTCopyright (c) 2015 Loyalty Methods, Inc. All Rights Reserved. LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. POD ERRORSHey! The above document had some coding errors, which are explained below: 
 
 
  |