easyssh-proxy
easyssh-proxy copied to clipboard
easyssh-proxy provides a simple implementation of some SSH protocol features in Go
How can I use sshproxy to set path to rsa key in windows? ``` ssh := &easyssh.MakeConfig{ ... KeyPath: "/Users/username/.ssh/id_rsa", ... } ``` Thanks for answer!
```golang func (ssh_conf *MakeConfig) Stream(command string, timeout ...time.Duration) (
Hi, I'm trying to run a remote command to a host but it fails with the following error message and I can't find what is wrong: ``` ssh: handshake failed:...
- Supports HTTP proxies in front of Bastion/Proxy servers - Makes this work behind corporate proxies
Currently host key verification is done by checking if the host key fingerprint matches the expected one. This has a flaw in that it assumes that the server host key...
- WriteFile takes io.Reader as input so we have a more generic copy mechanism - Let Scp method use WriteFile - Possible fix for #61 as Scp did not close...
Is it possible to add the sudo function, and automatically enter the password when the interactive prompt "[sudo] password for" appears ? Because I encountered the need to remotely log...
proxy resources are not closed.
ssh: handshake failed: ssh: no common algorithm for client to server cipher; client offered: [aes128-ctr aes192-ctr aes256-ctr arcfour256 arcfour128 [email protected] [email protected] arcfour], server offered: [aes256-cbc]--- PASS: TestIncorrectPasswordCiphers (91.98s) PASS
Fix https://github.com/appleboy/drone-ssh/issues/66