wok-6.x annotate libssh/description.txt @ rev 25563

New toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.37
author Stanislas Leduc <shann@slitaz.org>
date Fri May 05 18:12:18 2023 +0200 (14 months ago)
parents
children
rev   line source
Hans-G?nter@24833 1 Libssh is a C library that enables you to write a program that uses the SSH protocol.
Hans-G?nter@24833 2 With it, you can remotely execute programs, transfer files, or use a secure and
Hans-G?nter@24833 3 transparent tunnel for your remote programs.
Hans-G?nter@24833 4 The SSH protocol is encrypted, ensures data integrity, and provides strong means of
Hans-G?nter@24833 5 authenticating both the server of the client.
Hans-G?nter@24833 6 The library hides a lot of technical details from the SSH protocol, but this does not
Hans-G?nter@24833 7 mean that you should not try to know about and understand these details.