libssh-0.7.7
cmake: Merge server examples.
src: Do not use deprecated functions.
examples: Call correct functions on exit.
examples: Improve the authenticate_kbdint function.
examples: Fix some memory leaks.
example: Use ssh_get_publickey_hash().
example: Fix a use after free in the scp example
auth: Make ssh_userauth_autopubkey legacy.
examples: fix warning
example: Check return value of ssh_get_fd()
cmake: Check for unistd.h.
examples: fix compilation warnings
examples: Explicitly track auth state in samplesshd-kbdint
examples: Check return value of ssh_channel_read.
example: Fixed gcc warning.
examples: Use safer names for stdin, stdout, stderr
examples: Fix a bad shift if ssh_get_fd() returns -1.