wok diff libssh/description.txt @ rev 24904

updated mercurial (5.3.1 -> 6.1.1)
author Hans-G?nter Theisgen
date Sat Apr 09 11:11:32 2022 +0100 (2022-04-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libssh/description.txt	Sat Apr 09 11:11:32 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Libssh is a C library that enables you to write a program that uses the SSH protocol.
     1.5 +With it, you can remotely execute programs, transfer files, or use a secure and
     1.6 +transparent tunnel for your remote programs.
     1.7 +The SSH protocol is encrypted, ensures data integrity, and provides strong means of
     1.8 +authenticating both the server of the client.
     1.9 +The library hides a lot of technical details from the SSH protocol, but this does not
    1.10 +mean that you should not try to know about and understand these details.