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
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>