Net::SSH::Perl::Kex::DHGEX - Diffie-Hellman Group Exchange Base Class.
use Net::SSH::Perl::Kex;
my $kex = Net::SSH::Perl::Kex->new;
my $dh = bless $kex, 'Net::SSH::Perl::Kex::DHGEXSHA256';
$dh->exchange;
Net::SSH::Perl::Kex::DHGEX implements Diffie-Hellman Group Exchange for
Net::SSH::Perl. It is a subclass of Net::SSH::Perl::Kex.
Lance Kinley E<lkinley@loyaltymethods.com>
Copyright (c) 2015 Loyalty Methods, Inc.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Hey! The above document had some coding errors, which are explained
below:
- Around line 183:
- Unknown E content in E<lkinley@loyaltymethods.com>