aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-08-27 10:01:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-27 11:29:20 +0200
commitf0a4c1e888ee673eb53fcd12d67477987e8b27d2 (patch)
tree339ed0b9c147e0ab75b6de5913f937405a6190bb
parenta0fec812210d4d2484bb0ee6d4837fe9cb302f64 (diff)
downloadlibssh-f0a4c1e888ee673eb53fcd12d67477987e8b27d2.tar.gz
libssh-f0a4c1e888ee673eb53fcd12d67477987e8b27d2.tar.xz
libssh-f0a4c1e888ee673eb53fcd12d67477987e8b27d2.zip
doc: There is no hostbased authentication implemented
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--doc/mainpage.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index a65caf9b..bf9a1e41 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -24,7 +24,7 @@ The libssh library provides:
- <strong>Ciphers</strong>: <i>aes256-ctr, aes192-ctr, aes128-ctr</i>, aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, none
- <strong>Compression Schemes</strong>: zlib, <i>zlib@openssh.com</i>, none
- <strong>MAC hashes</strong>: hmac-sha1, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512, hmac-md5, none
- - <strong>Authentication</strong>: none, password, public-key, hostbased, keyboard-interactive, <i>gssapi-with-mic</i>
+ - <strong>Authentication</strong>: none, password, public-key, keyboard-interactive, <i>gssapi-with-mic</i>
- <strong>Channels</strong>: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem, <i>auth-agent-req@openssh.com</i>
- <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>