master
examples: Build sshd_direct-tcpip even without gssapi
gssapi: export ssh_userauth_gssapi_keyex
examples: Support passing port to libssh_scp to simplify testing
examples: Enable libssh_scp and scp_download on Windows
examples: Avoid using deprecated ssh_pki_generate
fix(examples/keygen2): replace scanf with fgets to safely read into a fixed-size buffer
knownhosts: Return SSH_KNOWN_HOSTS_UNKNOWN with GSS KEX and no host key
auth: Make ssh_userauth_autopubkey legacy.
CVE-2025-4878 Initialize pointers where possible
Prevent memory leaks with repeated subsystem requests or channel requests
examples: Support more options in the sftp client
examples: Add warning about example code
examples: replace atoi() with strtol() for safe number parsing
examples: Fix format string unearthed during macos build
options: add -q quiet flag to CLI getopt
examples: Add missing errno headers to fix macOS build
Use SSH_CHANNEL_FREE where possible