1
1
libssh2/include
Daniel Stenberg a3f3347c12 knownhost: support [host]:port in knownhost file
OpenSSH has ways to add hosts to the knownhosts file that include
a specific port number which makes the key associated with only
that specific host+port pair. libssh2 previously did not support
this, and I was forced to add a new function to the API to
properly expose this ability to applications:
libssh2_knownhost_checkp()

To *add* such hosts to the knownhosts file, you make sure to pass
on the host name in that manner to the libssh2_knownhost_addc()
function.
2010-05-02 16:56:31 +02:00
..
libssh2_publickey.h From: Alexander Lamaison <swish@lammy.co.uk> 2009-07-17 23:40:32 +02:00
libssh2_sftp.h Added LIBSSH2_SFTP_S_IS***() macros and updated docs 2010-04-11 11:26:16 +02:00
libssh2.h knownhost: support [host]:port in knownhost file 2010-05-02 16:56:31 +02:00