Net::SSH::Perl::Kex man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::SSH::Perl::Kex(3)User Contributed Perl DocumentatioNet::SSH::Perl::Kex(3)

NAME
       Net::SSH::Perl::Kex - SSH2 Key Exchange

SYNOPSIS
	   use Net::SSH::Perl::Kex;
	   my $kex = Net::SSH::Perl::Kex->new($ssh);
	   $kex->exchange;

DESCRIPTION
       Net::SSH::Perl::Kex implements base functionality for SSH2 key
       exchange. The basic idea is this: Kex itself initializes the client
       algorithm proposal, sends it to the server, then waits for the server's
       proposal. From these proposals Kex chooses the algorithms that will be
       used in the communications between client and server (eg. encryption
       algorithm, MAC algorithm, etc.). Different algorithms can be used in
       each direction; for example, client to server communications could be
       encrypted using 3DES, and server to client could be encrypted using
       RC4.

       The algorithm negotiation phase, as described above, includes
       negotiation for the key-exchange algorithm to be used.  Currently, the
       only supported algorithm is Diffie-Hellman Group 1 key exchange,
       implemented in Net::SSH::Perl::Kex::DH1.	 After algorithm negotiation,
       the Kex object is reblessed into the key exchange class (eg.
       'Net::SSH::Perl::Kex::DH1'), and then the subclass's exchange method is
       called to perform the key exchange.

       Once control returns to Kex::exchange, the client waits for the
       SSH_MSG_NEWKEYS message; once received, the client turns on its
       incoming encryption/MAC/compression algorithms, then sends an
       SSH_MSG_NEWKEYS message to the server.  Finally, it turns on its
       outgoing encryption/MAC/compression algorithms.

AUTHOR & COPYRIGHTS
       Please see the Net::SSH::Perl manpage for author, copyright, and
       license information.

perl v5.14.1			  2009-02-02		Net::SSH::Perl::Kex(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net