Use RFC9987 names for auth-agent request and channel

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
Merge-Request: <https://gitlab.com/libssh/libssh-mirror/-/merge_requests/836>
This commit is contained in:
Jakub Jelen
2026-06-01 13:26:08 +02:00
parent 13b4c1f582
commit de3a5d1dc9

View File

@@ -42,10 +42,11 @@ The libssh library provides:
- <strong>Authentication</strong>: none, password, public-key,
keyboard-interactive, <i>gssapi-with-mic, gssapi-keyex</i>
- <strong>Channels</strong>: shell, exec (incl. SCP wrapper), direct-tcpip,
subsystem, <i>auth-agent-req@openssh.com</i>
subsystem, auth-agent (auth-agent@openssh.com)
- <strong>Global Requests</strong>: tcpip-forward, forwarded-tcpip
- <strong>Channel Requests</strong>: x11, pty, <i>exit-status, signal,
exit-signal, keepalive@openssh.com, auth-agent-req@openssh.com</i>
- <strong>Channel Requests</strong>: x11, pty, exit-status, signal,
exit-signal, keepalive@openssh.com, auth-agent-req
(auth-agent-req@openssh.com)
- <strong>Subsystems</strong>: sftp(version 3), <i>OpenSSH Extensions</i>
- <strong>SFTP</strong>: <i>statvfs@openssh.com, fstatvfs@openssh.com</i>
- <strong>Thread-safe</strong>: Just don't share sessions