wok diff paramiko/description.txt @ rev 25137

updated phpmyadmin (5.0.2 -> 5.1.1)
author Hans-G?nter Theisgen
date Wed Jun 29 11:08:48 2022 +0100 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paramiko/description.txt	Wed Jun 29 11:08:48 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol,
     1.5 +providing both client and server functionality.
     1.6 +It provides the foundation for the high-level SSH library Fabric,
     1.7 +which is what we recommend you use for common client use-cases such
     1.8 +as running remote shell commands or transferring files.
     1.9 +
    1.10 +Direct use of Paramiko itself is only intended for users who need
    1.11 +advanced or low-level primitives or want to run an in-Python sshd.