The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::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();

DESCRIPTION

This class extends Net::SSH::Perl to allow connections through a SOCKS proxy.

SEE ALSO

Net::SSH::Perl

AUTHOR

Lance Kinley E<lkinley@loyaltymethods.com>

COPYRIGHT

Copyright (c) 2015 Loyalty Methods, Inc. All Rights Reserved.

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 75:

Unknown E content in E<lkinley@loyaltymethods.com>