@@ -5,22 +5,24 @@ For the ``ssh2-python`` (``libssh2``) based clients, not all features supported
55
66Below is a comparison of feature support for the two client types.
77
8- =============================== ========= ======================
9- Feature paramiko ssh2-python (libssh2)
10- =============================== ========= ======================
11- Agent forwarding Yes Not supported
12- Proxying/tunnelling Yes Not yet implemented
13- Kerberos (GSS) authentication Yes Not supported
14- Private key file authentication Yes Yes
15- Private key from memory Yes Not yet implemented
16- Agent authentication Yes Yes
17- Password authentication Yes Yes
18- SFTP copy to/from hosts Yes Yes
19- Session timeout setting Yes Yes
20- Per-channel timeout setting Yes Not supported
21- Programmatic SSH agent Yes Not supported
22- OpenSSH config parsing Yes Not yet implemented
23- =============================== ========= ======================
8+ =============================== ============== ======================
9+ Feature paramiko ssh2-python (libssh2)
10+ =============================== ============== ======================
11+ Agent forwarding Yes Not supported (*PR Pending *)
12+ Proxying/tunnelling Yes Yes
13+ Kerberos (GSS) authentication Yes Not supported
14+ Private key file authentication Yes Yes
15+ Private key from memory Yes Not yet implemented
16+ Agent authentication Yes Yes
17+ Password authentication Yes Yes
18+ SFTP copy to/from hosts Yes Yes
19+ Session timeout setting Yes Yes
20+ Per-channel timeout setting Yes Yes
21+ Programmatic SSH agent Yes Not supported
22+ OpenSSH config parsing Yes Not yet implemented
23+ ECSA keys support Yes Not supported (*PR Pending *)
24+ SCP functionality Not supported Not yet implemented
25+ =============================== ============== ======================
2426
2527If any of missing features are required for a use case, then the paramiko based clients should be used instead.
2628
0 commit comments