Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

must specify HostKeyCallback Error #156

Open
aight8 opened this issue Feb 7, 2019 · 4 comments
Open

must specify HostKeyCallback Error #156

aight8 opened this issue Feb 7, 2019 · 4 comments

Comments

@aight8
Copy link

aight8 commented Feb 7, 2019

Get the following error when try to connect:
(go11.5, macos)

~/p/test> sup production echo
connecting to clients failed: connecting to remote host failed: Connect("[email protected]:22"): ssh: must specify HostKeyCallback

@d3sire
Copy link

d3sire commented Feb 21, 2019

Having the same issue.

@pxue
Copy link
Contributor

pxue commented Apr 10, 2019

for future googlers:

until sup migrates to go mod you can compile sup with vendored version of /x/crypto/ssh by turning go mod off with:

GO111MODULE=off go get -u github.com/pressly/sup/cmd/sup

for reference, change in /x/crypto is here golang/go#19767

@kiransterling
Copy link

for future googlers:

until sup migrates to go mod you can compile sup with vendored version of /x/crypto/ssh by turning go mod off with:

GO111MODULE=off go get -u github.com/pressly/sup/cmd/sup

for reference, change in /x/crypto is here golang/go#19767

When this issue will be fixed in go module?

@xlab
Copy link

xlab commented Jun 16, 2022

for future googlers:

until sup migrates to go mod you can compile sup with vendored version of /x/crypto/ssh by turning go mod off with:

GO111MODULE=off go get -u github.com/pressly/sup/cmd/sup

for reference, change in /x/crypto is here golang/go#19767

This comment saved my day, thank you sir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants