wok view libssh/description.txt @ rev 25428
updated xarchiver (0.5.4.14 -> 0.5.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 18 17:12:42 2022 +0100 (2022-08-18) |
parents | |
children |
line source
1 Libssh is a C library that enables you to write a program that uses the SSH protocol.
2 With it, you can remotely execute programs, transfer files, or use a secure and
3 transparent tunnel for your remote programs.
4 The SSH protocol is encrypted, ensures data integrity, and provides strong means of
5 authenticating both the server of the client.
6 The library hides a lot of technical details from the SSH protocol, but this does not
7 mean that you should not try to know about and understand these details.