easyssh icon indicating copy to clipboard operation
easyssh copied to clipboard

unmaintained

Results 16 easyssh issues
Sort by recently updated
recently updated
newest added

panic: Can't run remote command: ssh: must specify HostKeyCallback

Added HostKeyCallback

Someone forked this repo and has it in a semi-maintained state. https://github.com/jniltinho/easyssh This repo did not work for me when I tried, but I used @jniltinho's fork and it did...

Add InsecureIgnoreHostKey option in ssh.ClientConfig

when package golang.org/x/crypto/ssh updated. It's error "ssh: must specify HostKeyCallback"

if timeout not set, it will hang for most 1 minute on my machine until `net.Dial` timeout

if `w` is nil, nil error will be throwed out while calling `fmt.Fprintln` and `io.Copy`

Could you clarify the license for your code? You could use a BSD-style license, similar to the Go language license https://golang.org/LICENSE.

When I use like outStr, err := ssh.Run(),whether execute Run() successfully or not, the value of err is always 0. How can I get the exact return value of the...

As per https://github.com/golang/go/issues/6376, [easyssh.go#L39](https://github.com/hypersleep/easyssh/blob/bbe6de83711868e3a1e7424361c41e3bbcf4225d/easyssh.go#L39) will fail when cross-compiling. There is [another fork of easyssh](https://github.com/jniltinho/easyssh/blob/master/easyssh.go#L36) which does this slightly differently. I can make a PR to adopt this but I am...