HashKnownHosts no

This commit is contained in:
David Tomaschik
2022-02-05 15:38:04 -08:00
parent 2de511f5f3
commit 2db123c772
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# Beware! This file is rewritten by htop when settings are changed in the interface. # Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly. # The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1 fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=47 sort_key=49
sort_direction=-1 sort_direction=-1
tree_sort_key=0 tree_sort_key=0
tree_sort_direction=1 tree_sort_direction=1

View File

@@ -4,6 +4,9 @@ Protocol 2
# Permit Local Overrides # Permit Local Overrides
Include ~/.ssh/config.d/* Include ~/.ssh/config.d/*
# SSH known host hashing doesn't buy much with shell history, etc.
HashKnownHosts no
# Enable canonicalization, unless overridden # Enable canonicalization, unless overridden
CanonicalizeHostname yes CanonicalizeHostname yes
CanonicalizeFallbackLocal yes CanonicalizeFallbackLocal yes