Man Page: libssh2_hostkey_hash
Operating Environment: debian
Section: 3
libssh2_hostkey_hash(3) libssh2 manual libssh2_hostkey_hash(3)NAMElibssh2_hostkey_hash - return a hash of the remote host's keySYNOPSIS#include <libssh2.h> const char * libssh2_hostkey_hash(LIBSSH2_SESSION *session, int hash_type);DESCRIPTIONsession - Session instance as returned by libssh2_session_init_ex(3) hash_type - One of: LIBSSH2_HOSTKEY_HASH_MD5 or LIBSSH2_HOSTKEY_HASH_SHA1. Returns the computed digest of the remote system's hostkey. The length of the returned string is hash_type specific (e.g. 16 bytes for MD5, 20 bytes for SHA1).RETURN VALUEComputed hostkey hash value. or NULL if the session has not yet been started up. (The hash consists of raw binary bytes, not hex digits, so is not directly printable.)SEE ALSOlibssh2_session_init_ex(3) libssh2 0.15 1 Jun 2007 libssh2_hostkey_hash(3)
| Related Man Pages |
|---|
| libssh2_banner_set(3) - debian |
| libssh2_session_banner_set(3) - debian |
| libssh2_banner_set(3) - centos |
| libssh2_session_banner_set(3) - centos |
| libssh2_session_startup(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |