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 176 forks source link

Update vendor golang.org/x/crypto #159

Closed coopernurse closed 2 years ago

coopernurse commented 5 years ago

Also modify ssh.go to include:

config.HostKeyCallback = ssh.InsecureIgnoreHostKey()

We should review whether this is ok, or whether there's a better callback function to use here.

Updating the vendor package solved my issue with ssh-agent and allowed me to connect to a remote host even if I have several keys registered with the agent.

Without this patch I have to clear my ssh-agent identity list each time I use sup.

Fixes #158