- Notifications
You must be signed in to change notification settings - Fork37
Delphi ssh library wrapping libssh2
License
pyscripter/Ssh-Pascal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pascal Ssh library based onlibssh2. Libssh2 is a mature ssh library used by PHP (built-in), Rust and many other languages and applications.
- Extensive ssh features
- Support for different authorization methods (publickey, password, agent, hostbased and keyboard-interactive)
- Known host management.
- Execution of commands on the host capturing stdout and stderr
- Comprehensive sftp support
- Port forwarding (currently only local)
- scp support
- High-level pascal-friendly, interface-based wrapping of ssh functionality.
- Lower-level usage is possible.
There are no components to install. Just clone the repository and add the Source folder to your library path.
The libssh2.dll dynamic library should be deployed in the same directory as the executable. The Bin directory contains Win32 and Win64 binaries.
Currently the best (only) way to learn how to use the library is to study the demos and the source code.
Currently only Delphi (versions with generics) and Windows 32-bit and 64-bit are supportedlibssh2 is available on Linux, iOS, OSX, and other platforms. So the library could be extended to provide support for such platforms. Pull requests to provide compatibility with other platforms and/or FPC would be welcome.
- scp does not work with Windows hosts (Sftp does though).
- keyboard-interactive authorization does not work with Windows hosts (it reverts to password authorization).
The C header translations draw fromhttps://bitbucket.org/ZeljkoMarjanovic/libssh2-delphiCopyright (c) 2010, Zeljko Marjanovic (MPL 1.1). Everything else was written from scratch.
About
Delphi ssh library wrapping libssh2
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.