From d2eb9d4b36a3c04cf3e412d908e17307fd596e92 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 1 Jun 2026 13:31:32 +0200 Subject: [PATCH] docs: Add hostbound pubkey authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Jelen Reviewed-by: Pavol Žáčik Merge-Request: --- doc/mainpage.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 74086042..1965b6c8 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -39,8 +39,9 @@ The libssh library provides: - MAC mechanisms: hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com, hmac-sha1-etm@openssh.com, hmac-sha2-256, hmac-sha2-512, hmac-sha1, hmac-sha2-256, hmac-sha2-512 - - Authentication: none, password, public-key, - keyboard-interactive, gssapi-with-mic, gssapi-keyex + - Authentication: none, password, publickey, + publickey-hostbound-v00@openssh.com, keyboard-interactive, gssapi-with-mic, + gssapi-keyex - Channels: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem, auth-agent (auth-agent@openssh.com) - Global Requests: tcpip-forward, forwarded-tcpip