From 83e54885ff6441eafff40627a7d89c9342521b27 Mon Sep 17 00:00:00 2001 From: Anders F Björklund Date: Tue, 27 Oct 2020 12:17:58 +0100 Subject: Support hashed hostnames in the known_hosts file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some systems have "HashKnownHosts yes" in their ssh_config This causes entries in the ssh known_hosts to be hashed (|) Signed-off-by: Anders F Björklund --- vendor/modules.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt index 8cfc2a1eb..bf83ba812 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -590,6 +590,7 @@ golang.org/x/crypto/poly1305 golang.org/x/crypto/ssh golang.org/x/crypto/ssh/agent golang.org/x/crypto/ssh/internal/bcrypt_pbkdf +golang.org/x/crypto/ssh/knownhosts golang.org/x/crypto/ssh/terminal # golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 golang.org/x/net/context -- cgit v1.2.3-54-g00ecf