ba0f3 / ssh2.nim

Async SSH, SCP and SFTP client for Nim, using libssh2 wrapper [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to specify pubkey to connect using privKey

mkscs opened this issue · comments

Why do we need to specify pubkey as well if we want to connect using ssh privkey?

there is an issue related to libssh2 <= 1.10.0 , see #15