summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-20 18:19:54 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-20 18:19:54 +0300
commit35f58e3e77f190c10603f59b4dc085658f9f8a60 (patch)
tree28db39663fb3b33dea4124e6aebe9cb43eca0db5
parentfde8ee0253d34188d7ec0aa6f0c559063245af91 (diff)
downloadliw-dot-files-35f58e3e77f190c10603f59b4dc085658f9f8a60.tar.gz
ssh: don't hash known_hosts
Sponsored-by: author
-rw-r--r--ssh/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
index 27a2a54..d42c497 100644
--- a/ssh/config
+++ b/ssh/config
@@ -16,3 +16,4 @@ Host *
KbdInteractiveAuthentication no
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
+ HashKnownHosts no