mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-06-11 12:56:21 +09:00
docs: Add hostbound pubkey authentication
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:
@@ -39,8 +39,9 @@ The libssh library provides:
|
||||
- <strong>MAC mechanisms</strong>: 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
|
||||
- <strong>Authentication</strong>: none, password, public-key,
|
||||
keyboard-interactive, <i>gssapi-with-mic, gssapi-keyex</i>
|
||||
- <strong>Authentication</strong>: none, password, publickey,
|
||||
publickey-hostbound-v00@openssh.com, keyboard-interactive, gssapi-with-mic,
|
||||
gssapi-keyex
|
||||
- <strong>Channels</strong>: shell, exec (incl. SCP wrapper), direct-tcpip,
|
||||
subsystem, auth-agent (auth-agent@openssh.com)
|
||||
- <strong>Global Requests</strong>: tcpip-forward, forwarded-tcpip
|
||||
|
||||
Reference in New Issue
Block a user