From 637c733a674194205b0d82989b8d95b4f3a51bfc Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 27 Dec 2004 23:38:14 +0000 Subject: [PATCH] Flesh out ssh2_fingerprint() docs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175730 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-fingerprint.xml | 39 +++++++++++++++++-- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/reference/ssh2/functions/ssh2-fingerprint.xml b/reference/ssh2/functions/ssh2-fingerprint.xml index 6a7536e12e..2fe6d6c735 100644 --- a/reference/ssh2/functions/ssh2-fingerprint.xml +++ b/reference/ssh2/functions/ssh2-fingerprint.xml @@ -1,5 +1,5 @@ - + @@ -12,14 +12,45 @@ Description stringssh2_fingerprint - resourcesession + resourcesession intflags - + Returns a server hostkey hash from an active session Defaults to MD5 fingerprint encoded as ASCII hex values - + + + + flags may be either of + SSH2_FINGERPRINT_MD5 or + SSH2_FINGERPRINT_SHA1 logically ORed with + SSH2_FINGERPRINT_HEX or + SSH2_FINGERPRINT_RAW. + Defaults to SSH2_FINGERPRINT_MD5 | + SSH2_FINGERPRINT_HEX. + + + + Checking the fingerprint against a known value + + +]]> + +