NAME
Net::SSH::Perl::Kex::DHGEXSHA256 - Diffie-Hellman Group Exchange using SHA256 hashing.
SYNOPSIS
use Net::SSH::Perl::Kex;
my $kex = Net::SSH::Perl::Kex->new;
my $dh = bless $kex, 'Net::SSH::Perl::Kex::DHGEX256';
$dh->exchange;
DESCRIPTION
Net::SSH::Perl::Kex::DHGEXSHA256 implements Diffie-Hellman Group Exchange with SHA256 hashing for Net::SSH::Perl. It is a subclass of Net::SSH::Perl::Kex.
AUTHOR & COPYRIGHTS
Lance Kinley E<lkinley@loyaltymethods.com>
Copyright (c) 2015 Loyalty Methods, Inc.
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 48:
Unknown E content in E<lkinley@loyaltymethods.com>