No description
Find a file
2019-09-11 21:08:51 +02:00
.gitignore bindings against libssh v0.90 2019-09-11 21:08:51 +02:00
gen.sh bindings against libssh v0.90 2019-09-11 21:08:51 +02:00
libssh.nim bindings against libssh v0.90 2019-09-11 21:08:51 +02:00
libssh.nimble bindings against libssh v0.90 2019-09-11 21:08:51 +02:00
LICENSE.txt bindings against libssh v0.90 2019-09-11 21:08:51 +02:00
prepare.sh bindings against libssh v0.90 2019-09-11 21:08:51 +02:00
README.md bindings against libssh v0.90 2019-09-11 21:08:51 +02:00

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