Hi all,
I'm pleased to announce Goph 0.9.0!
Goph is a lightweight Go SSH client focusing on simplicity!
Easy to use and simple API.
Supports known hosts by default.
Supports connections with passwords.
Supports connections with private keys.
Supports connections with protected private keys with passphrase.
Supports upload files from local to remote.
Supports download files from remote to local.
Supports connections with ssh agent.
Supports adding new hosts to known_hosts file.
Supports file system operations like: Open, Create, Chmod... via SFTP
You can find the full list of features and the docs on the github page:
https://github.com/melbahja/goph
Thanks