reference/ssh2/setup.xml
e83ad8ecd4d98c6df0003a5f091322e7ef1de54c
...
...
@@ -28,7 +28,7 @@
28
28
will only be available with libssh >= 1.2.9.
29
29
</para>
30
30
<para>
31
-
Libssh2 comes in two flavours: gcrypt or openssl. Some linux
31
+
Libssh2 comes in two flavours: gcrypt or openssl. Some Linux
32
32
distributions build libssh2 with the gcrypt library, some use openssl.
33
33
Libssh2 has some issues when compiled with gcrypt, please use openssl.
34
34
</para>
...
...
@@ -49,7 +49,15 @@
49
49
<!-- {{{ Resources -->
50
50
<section xml:id="ssh2.resources">
51
51
&reftitle.resources;
52
-
&no.resource;
52
+
<para>
53
+
This extension defines the following resource types:
54
+
<simplelist>
55
+
<member>SSH2 Session</member>
56
+
<member>SSH2 Listener</member>
57
+
<member>SSH2 SFTP</member>
58
+
<member>SSH2 Publickey Subsystem (as of ssh2 0.10)</member>
59
+
</simplelist>
60
+
</para>
53
61
</section>
54
62
<!-- }}} -->
55
63

56
64