1Net::SSH::Perl::Proxy(3U)ser Contributed Perl DocumentatiNoent::SSH::Perl::Proxy(3)
2
3
4

NAME

6       Net::SSH::Perl::Proxy - Use TCP proxy to connect to a host via SSH
7

SYNOPSIS

9           my $ssh = Net::SSH::Perl::Proxy->new('myhost',
10               proxy => {
11                   host => 'proxyhost',
12                   port => 1080,
13               }
14           );
15
16           $ssh->login();
17

DESCRIPTION

19       This class extends "Net::SSH::Perl" to allow connections through a
20       SOCKS proxy.
21

SEE ALSO

23       Net::SSH::Perl
24

AUTHOR

26       Lance Kinley E<lkinley@loyaltymethods.com>
27
29       Copyright (c) 2015 Loyalty Methods, Inc.  All Rights Reserved.
30

LICENSE

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

POD ERRORS

36       Hey! The above document had some coding errors, which are explained
37       below:
38
39       Around line 75:
40           Unknown E content in E<lkinley@loyaltymethods.com>
41
42
43
44perl v5.32.0                      2020-07-28          Net::SSH::Perl::Proxy(3)
Impressum