diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2020-10-27 12:17:58 +0100 |
---|---|---|
committer | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2020-10-27 12:19:44 +0100 |
commit | 83e54885ff6441eafff40627a7d89c9342521b27 (patch) | |
tree | f05c5cf79efdf25162e811a2b48244a40e13bfed /vendor/modules.txt | |
parent | bce8331528c186ef2234a3cfe6c7d0e09da79bdd (diff) | |
download | podman-83e54885ff6441eafff40627a7d89c9342521b27.tar.gz podman-83e54885ff6441eafff40627a7d89c9342521b27.tar.bz2 podman-83e54885ff6441eafff40627a7d89c9342521b27.zip |
Support hashed hostnames in the known_hosts file
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 <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |