You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
No code changes were made, but I did my first code rebuild since Mar 22. Now the application is broken and getting the cited error message. My build environment uses the latest golang docker image and always does a go get -u.
What version of Go are you using (go version)?
go version go1.8.1 linux/amd64
What operating system and processor architecture are you using (go env)?
I just did a code rebuild today and then the application attempted an SFTP connection using username and password credentials.
What did you expect to see?
A successful file transfer
What did you see instead?
This error: Failed to open ssh connection to the server: ssh: must specify HostKeyCallback
The text was updated successfully, but these errors were encountered:
bradfitz
changed the title
Failed to open ssh connection to the server: ssh: must specify HostKeyCallback
x/crypto/ssh: Failed to open ssh connection to the server: ssh: must specify HostKeyCallback
May 1, 2017
- this bump introduced a breaking change to the way SSH connections are
created (golang/go#20200)
- reverting to the same version of crypto that we had before we swapped
godep for dep
Signed-off-by: Alex Stupakov <[email protected]>
Ajibola
added a commit
to Ajibola/packer-builder-linode
that referenced
this issue
Nov 10, 2017
Please answer these questions before submitting your issue. Thanks!
No code changes were made, but I did my first code rebuild since Mar 22. Now the application is broken and getting the cited error message. My build environment uses the latest golang docker image and always does a go get -u.
What version of Go are you using (
go version
)?go version go1.8.1 linux/amd64
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
What did you do?
I just did a code rebuild today and then the application attempted an SFTP connection using username and password credentials.
What did you expect to see?
A successful file transfer
What did you see instead?
This error: Failed to open ssh connection to the server: ssh: must specify HostKeyCallback
The text was updated successfully, but these errors were encountered: