libssh-0.9.2
cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRS
examples: add public key auth for specific key
examples: Call correct functions on exit.
examples: Zero fds in sshnetcat
examples: Fix some memory leaks.
examples: Add simple way to generate key files from libssh
examples: Use ssh_session_update_known_hosts() for updating known_hosts
examples: Add null checks in libssh_scp.c
auth: Make ssh_userauth_autopubkey legacy.
examples: fix warning
examples: Fix code style in samplesftp.c
examples: fix compilation warnings
examples: Explicitly track auth state in samplesshd-kbdint
examples: Make gobal variables static in scp_download
examples: Define LIMIT as unsinged long
examples: Fix freeing the channel in ssh_client
examples: Load ED25519 key when loading all keys
examples: Fix a possible resource leak in sshd_direct-tcpip