libssh
libssh FFI bindings
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-22 05:28 |
Tags
Installation
nimble install libssh
choosenim install libssh
git clone https://github.com/dariolah/libssh-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| libssh | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/dariolah/libssh-nim |
|---|---|
| Homepage | https://github.com/dariolah/libssh-nim |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
libssh FFI bindings for Nim
libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel, manage public keys and much more ...
For more information about libssh visit https://www.libssh.org/
Examples at https://github.com/dariolah/libssh-nim-examples