-
Notifications
You must be signed in to change notification settings - Fork 178
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
Comments
Having the same issue. |
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:
for reference, change in /x/crypto is here golang/go#19767 |
When this issue will be fixed in go module? |
This comment saved my day, thank you sir. |
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
The text was updated successfully, but these errors were encountered: