Goph v2 is out: https://github.com/melbahja/goph
goph is a lightweight, idiomatic SSH client library wrapping x/crypto/ssh. v2 is a rewrite focused on simplicity and zero external dependencies beyond x/crypto + x/net + sftp. Highlights: - Functional options API: - Context aware command execution with cancellation - SOCKS5 proxy with optional auth, jump hosts, and proxy+jump chaining - Keyboard-interactive support for OTP / 2FA, separate from password auth - Script execution from io.Reader or file with custom interpreter - SFTP file operations, known-hosts helpers, and reusable Dialer Also released: v1.5.2 on the v1 branch, security update bumping x/crypto for existing v1 users. - https://github.com/melbahja/goph/releases/tag/v2.0.1 - https://github.com/melbahja/goph/releases/tag/v1.5.2 Cheers, Melbahja -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/9c7c4944-4251-45e2-ad4a-983803844f67n%40googlegroups.com.
