1Net::SSH::Perl::Kex::DHU1s4eSrHAC1o(n3t)ributed Perl DocNuemte:n:tSaStHi:o:nPerl::Kex::DH14SHA1(3)
2
3
4

NAME

6       Net::SSH::Perl::Kex::DH14SHA1 - Diffie-Hellman Group 14 Key Exchange
7       (RFC3526 "2048-bit MODP Group")
8

SYNOPSIS

10           use Net::SSH::Perl::Kex;
11           my $kex = Net::SSH::Perl::Kex->new;
12           my $dh14 = bless $kex, 'Net::SSH::Perl::Kex::DH14SHA1';
13
14           $dh14->exchange;
15

DESCRIPTION

17       Net::SSH::Perl::Kex::DH14SHA1 implements Diffie-Hellman Group 14 SHA1
18       Key Exchange for Net::SSH::Perl. It is a subclass of
19       Net::SSH::Perl::Kex.
20
21       Group 14 Key Exchange uses the Diffie-Hellman key exchange algorithm to
22       produce a shared secret key between client and server, without ever
23       sending the shared secret over the insecure network. All that is sent
24       are the client and server public keys.
25
26       Net::SSH::Perl::Kex::DH14SHA1 uses CryptX for the Diffie-Hellman
27       implementation. The p value is set to
28
29             FFFFFFFF FFFFFFFF C90FDAA2 2168C234 C4C6628B 80DC1CD1
30             29024E08 8A67CC74 020BBEA6 3B139B22 514A0879 8E3404DD
31             EF9519B3 CD3A431B 302B0A6D F25F1437 4FE1356D 6D51C245
32             E485B576 625E7EC6 F44C42E9 A637ED6B 0BFF5CB6 F406B7ED
33             EE386BFB 5A899FA5 AE9F2411 7C4B1FE6 49286651 ECE45B3D
34             C2007CB8 A163BF05 98DA4836 1C55D39A 69163FA8 FD24CF5F
35             83655D23 DCA3AD96 1C62F356 208552BB 9ED52907 7096966D
36             670C354E 4ABC9804 F1746C08 CA18217C 32905E46 2E36CE3B
37             E39E772C 180E8603 9B2783A2 EC07A28F B5C55DF0 6F4C52C9
38             DE2BCBF6 95581718 3995497C EA956AE5 15D22618 98FA0510
39             15728E5A 8AACAA68 FFFFFFFF FFFFFFFF
40
41       Which is taken from the libssh2 source code.  And the generator g is
42       set to 2.
43

AUTHOR & COPYRIGHTS

45       Please see the Net::SSH::Perl manpage for author, copyright, and
46       license information.
47
48
49
50perl v5.30.0                      2019-07-26  Net::SSH::Perl::Kex::DH14SHA1(3)
Impressum