Fix progress output (#48)

* Remove fingerprint warning message

* Update dependencies
This commit is contained in:
2021-04-06 12:30:11 +02:00
committed by GitHub
parent 89a0cc64e1
commit ef268fd7b2
3 changed files with 12 additions and 12 deletions

View File

@@ -130,7 +130,6 @@ func verifyHost(host string, remote net.Addr, key ssh.PublicKey) error {
if !hostFound && err != nil {
if err.Error() == "knownhosts: key is unknown" {
log.Warnf("Adding host %s to ~/.ssh/known_hosts", host)
return goph.AddKnownHost(host, remote, key, "")
}
return err