ssh2_fingerprint --
Retreive fingerprint of remote server
Syntax
string ssh2_fingerprint ( resource session [, int flags] )
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.
Example 1. Checking the fingerprint against a known value
ssh2 fingerprint php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ssh2 fingerprint syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.