diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2016-05-02 14:45:47 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2016-05-02 14:45:47 +0200 |
commit | aa5c7c3b0ca36e415d095df55506df172e299ee2 (patch) | |
tree | 6aaf8a93a93c6cc374120cfcae62b2fc0f00f519 /doc | |
parent | 886fdc8bc2ef1b8814c8acd4b0d3e94aa19898fc (diff) | |
download | libssh-aa5c7c3b0ca36e415d095df55506df172e299ee2.tar.gz libssh-aa5c7c3b0ca36e415d095df55506df172e299ee2.tar.xz libssh-aa5c7c3b0ca36e415d095df55506df172e299ee2.zip |
Doc: we don't support publickey v2 subsystem
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mainpage.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 46d382d6..00f46cbd 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -28,7 +28,7 @@ The libssh library provides: - <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> - - <strong>Subsystems</strong>: sftp(version 3), publickey(version 2), <i>OpenSSH Extensions</i> + - <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 - <strong>Non-blocking</strong>: it can be used both blocking and non-blocking |