pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 178 forks source link

ssh: Specify HostKeyCallback in ClientConfig #171

Open zimnx opened 4 years ago

zimnx commented 4 years ago

Since golang/go#19767 SSH library requires this field on each connection.

Currently all new installations of sup via go get doesn't work at all. This commit fixes it.

tanvir-retailai commented 3 years ago

Anyone going to merge this PR?