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