From 2db123c772909745136784812f641dc8bfc0fab8 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 5 Feb 2022 15:38:04 -0800 Subject: [PATCH] HashKnownHosts no --- dotfiles/config/htop/htoprc | 2 +- dotfiles/ssh/config | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/htop/htoprc b/dotfiles/config/htop/htoprc index 5db8326..3d4ad39 100644 --- a/dotfiles/config/htop/htoprc +++ b/dotfiles/config/htop/htoprc @@ -1,7 +1,7 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=47 +sort_key=49 sort_direction=-1 tree_sort_key=0 tree_sort_direction=1 diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index c1e34ac..995d3dc 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -4,6 +4,9 @@ Protocol 2 # Permit Local Overrides Include ~/.ssh/config.d/* +# SSH known host hashing doesn't buy much with shell history, etc. +HashKnownHosts no + # Enable canonicalization, unless overridden CanonicalizeHostname yes CanonicalizeFallbackLocal yes