1Net::SSH::Perl::Kex::DHUGsEeXr(3C)ontributed Perl DocumeNnetta:t:iSoSnH::Perl::Kex::DHGEX(3)
2
3
4
6 Net::SSH::Perl::Kex::DHGEX - Diffie-Hellman Group Exchange Base Class.
7
9 use Net::SSH::Perl::Kex;
10 my $kex = Net::SSH::Perl::Kex->new;
11 my $dh = bless $kex, 'Net::SSH::Perl::Kex::DHGEXSHA256';
12
13 $dh->exchange;
14
16 Net::SSH::Perl::Kex::DHGEX implements Diffie-Hellman Group Exchange for
17 Net::SSH::Perl. It is a subclass of Net::SSH::Perl::Kex.
18
20 Lance Kinley E<lkinley@loyaltymethods.com>
21
22 Copyright (c) 2015 Loyalty Methods, Inc.
23
25 This program is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
29 Hey! The above document had some coding errors, which are explained
30 below:
31
32 Around line 183:
33 Unknown E content in E<lkinley@loyaltymethods.com>
34
35
36
37perl v5.38.0 2023-08-08 Net::SSH::Perl::Kex::DHGEX(3)