From de3a5d1dc935c5f48705b2472245ad267899efb2 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 1 Jun 2026 13:26:08 +0200 Subject: [PATCH] Use RFC9987 names for auth-agent request and channel 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 63dbd920..70358566 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -42,10 +42,11 @@ The libssh library provides: - Authentication: none, password, public-key, keyboard-interactive, gssapi-with-mic, gssapi-keyex - Channels: shell, exec (incl. SCP wrapper), direct-tcpip, - subsystem, auth-agent-req@openssh.com + subsystem, auth-agent (auth-agent@openssh.com) - Global Requests: tcpip-forward, forwarded-tcpip - - Channel Requests: x11, pty, exit-status, signal, - exit-signal, keepalive@openssh.com, auth-agent-req@openssh.com + - Channel Requests: x11, pty, exit-status, signal, + exit-signal, keepalive@openssh.com, auth-agent-req + (auth-agent-req@openssh.com) - Subsystems: sftp(version 3), OpenSSH Extensions - SFTP: statvfs@openssh.com, fstatvfs@openssh.com - Thread-safe: Just don't share sessions