Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

ssh2_methods_negotiated

(PECL)

ssh2_methods_negotiated --  Return list of negotiated methods

Description

array ssh2_methods_negotiated ( resource session )

Returns list of negotiated methods.

Пример 1. Determining what methods were negotiated

<?php
$connection
= ssh2_connect('shell.example.com', 22);
$methods = ssh2_methods_negotiated($connection);

echo
"Encryption keys were negotiated using: {$methods['kex']}\n";
echo
"Server identified using an {$methods['hostkey']} with ";
echo
"fingerprint: " . ssh2_fingerprint($connection) . "\n";

echo
"Client to Server packets will use methods:\n";
echo
"\tCrypt: {$methods['client_to_server']['crypt']}\n";
echo
"\tComp: {$methods['client_to_server']['comp']}\n";
echo
"\tMAC: {$methods['client_to_server']['mac']}\n";

echo
"Server to Client packets will use methods:\n";
echo
"\tCrypt: {$methods['server_to_client']['crypt']}\n";
echo
"\tComp: {$methods['server_to_client']['comp']}\n";
echo
"\tMAC: {$methods['server_to_client']['mac']}\n";

?>

See Also: ssh2_connect()



add a note add a note User Contributed Notes
ssh2_methods_negotiated
There are no user contributed notes for this page.

ssh2_publickey_add> <ssh2_fingerprint
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571