1Net::SSH::Perl::Kex::DHUGsEeXrSHCAo1n(t3r)ibuted Perl DoNceutm:e:nStSaHt:i:oPnerl::Kex::DHGEXSHA1(3)
2
3
4
6 Net::SSH::Perl::Kex::DHGEXSHA1 - Diffie-Hellman Group Exchange using
7 SHA1 hashing.
8
10 use Net::SSH::Perl::Kex;
11 my $kex = Net::SSH::Perl::Kex->new;
12 my $dh = bless $kex, 'Net::SSH::Perl::Kex::DHGEX1';
13
14 $dh->exchange;
15
17 Net::SSH::Perl::Kex::DHGEXSHA1 implements Diffie-Hellman Group Exchange
18 with SHA1 hashing for Net::SSH::Perl. It is a subclass of
19 Net::SSH::Perl::Kex.
20
22 Lance Kinley E<lkinley@loyaltymethods.com>
23
24 Copyright (c) 2015 Loyalty Methods, Inc.
25
27 This program is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
31 Hey! The above document had some coding errors, which are explained
32 below:
33
34 Around line 47:
35 Unknown E content in E<lkinley@loyaltymethods.com>
36
37
38
39perl v5.32.1 2021-01-27 Net::SSH::Perl::Kex::DHGEXSHA1(3)