mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-06-11 12:56:21 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user