diff --git a/doc/mainpage.dox b/doc/mainpage.dox index a6ba4dba..3d5553d6 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -19,16 +19,29 @@ the interesting functions as you go. The libssh library provides: - - Key Exchange Methods: sntrup761x25519-sha512, sntrup761x25519-sha512@openssh.com, mlkem768x25519-sha256, mlkem768nistp256-sha256, mlkem1024nistp384-sha384, curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, diffie-hellman-group1-sha1, diffie-hellman-group14-sha1 - - GSSAPI Key Exchange Methods: gss-group14-sha256-*, gss-group16-sha512-*, gss-nistp256-sha256-*, gss-curve25519-sha256-* - - Public Key Algorithms: ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, rsa-sha2-512, rsa-sha2-256 - - Ciphers: aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc + - Key Exchange Methods: sntrup761x25519-sha512, + sntrup761x25519-sha512@openssh.com, mlkem768x25519-sha256, + mlkem768nistp256-sha256, mlkem1024nistp384-sha384, curve25519-sha256, + curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, + ecdh-sha2-nistp521, diffie-hellman-group1-sha1, + diffie-hellman-group14-sha1 + - GSSAPI Key Exchange Methods: gss-group14-sha256-*, + gss-group16-sha512-*, gss-nistp256-sha256-*, gss-curve25519-sha256-* + - Public Key Algorithms: ssh-ed25519, ecdsa-sha2-nistp256, + ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, rsa-sha2-512, rsa-sha2-256 + - Ciphers: aes256-ctr, aes192-ctr, aes128-ctr, + aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, + blowfish-cbc - Compression Schemes: zlib, zlib@openssh.com, none - - MAC hashes: hmac-sha1, hmac-sha2-256, hmac-sha2-512, hmac-md5 - - 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 + - MAC hashes: hmac-sha1, hmac-sha2-256, hmac-sha2-512, + hmac-md5 + - 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 - 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@openssh.com - Subsystems: sftp(version 3), OpenSSH Extensions - SFTP: statvfs@openssh.com, fstatvfs@openssh.com - Thread-safe: Just don't share sessions