-
-
24 Aug 2017 05:51:41 UTC
- Distribution: Net-SSH-Perl
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues (62)
- Testers (2180 / 0 / 0)
- Kwalitee
Bus factor: 2- 47.96% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (250.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Crypt::Curve25519
- Crypt::IDEA
- CryptX
- IO::Socket
- Math::GMP
- Scalar::Util
- String::CRC32
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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>
Module Install Instructions
To install Net::SSH::Perl, copy and paste the appropriate command in to your terminal.
cpanm Net::SSH::Perl
perl -MCPAN -e shell install Net::SSH::Perl
For more information on module installation, please visit the detailed CPAN module installation guide.