doc: Update Features section.

This commit is contained in:
Andreas Schneider
2013-08-01 14:19:25 +02:00
parent 514a01f3df
commit 3eb66cba37

View File

@@ -19,24 +19,29 @@ the interesting functions as you go.
The libssh library provides: The libssh library provides:
- Full C library functions for manipulating a client-side SSH connection - <strong>Key Exchange Methods</strong>: <i>ecdh-sha2-nistp256</i>, diffie-hellman-group1-sha1, diffie-hellman-group14-sha1
- SSH2 and SSH1 protocol compliant - <strong>Hostkey Types</strong>: <i>ecdsa-sha2-nistp256</i>, ssh-dss, ssh-rsa
- Fully configurable sessions - <strong>Ciphers</strong>: <i>aes256-ctr, aes192-ctr, aes128-ctr</i>, aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, des-cbc-ssh1, blowfish-cbc, none
- Server support - <strong>Compression Schemes</strong>: zlib, <i>zlib@openssh.com</i>, none
- SSH agent authentication support - <strong>MAC hashes</strong>: hmac-sha1, none
- Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode, and AES in CTR mode - <strong>Authentication</strong>: none, password, public-key, hostbased, keyboard-interactive, <i>gssapi-with-mic</i>
- Supports OpenSSL and GCrypt - <strong>Channels</strong>: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem, <i>auth-agent-req@openssh.com</i>
- Use multiple SSH connections in a same process, at same time - <strong>Global Requests</strong>: tcpip-forward, forwarded-tcpip
- Use multiple channels in the same connection - <strong>Channel Requests</strong>: x11, pty, <i>exit-status, signal, exit-signal, keepalive@openssh.com, auth-agent-req@openssh.com</i>
- Thread safety when using different sessions at same time - <strong>Subsystems</strong>: sftp(version 3), publickey(version 2), <i>OpenSSH Extensions</i>
- POSIX-like SFTP (Secure File Transfer) implementation with openssh extension support - <strong>SFTP</strong>: <i>statvfs@openssh.com, fstatvfs@openssh.com</i>
- SCP implementation - <strong>Thread-safe</strong>: Just don't share sessions
- Large file system support (files bigger than 4GB) - <strong>Non-blocking</strong>: it can be used both blocking and non-blocking
- RSA and DSS server public key supported - <strong>Your sockets</strong>: the app hands over the socket, or uses libssh sockets
- Compression support (with zlib) - <b>OpenSSL</b> or <b>gcrypt</b>: builds with either
- Public key (RSA and DSS), password and keyboard-interactive authentication
- Full poll()/WSAPoll() support and a poll-emulation for Win32. @section main-additional-features Additional Features
- Runs and tested under x86_64, x86, ARM, Sparc32, PPC under Linux, BSD, MacOSX, Solaris and Windows
- Client <b>and</b> server support
- SSHv2 and SSHv1 protocol support
- Supports <a href="http://test.libssh.org/" target="_blank">Linux, UNIX, BSD, Solaris, OS/2 and Windows</a>
- Automated test cases with nightly <a href="http://test.libssh.org/" target="_blank">tests</a>
- Event model based on poll(2), or a poll(2)-emulation.
@section main-copyright Copyright Policy @section main-copyright Copyright Policy