diff options
author | June McEnroe <june@causal.agency> | 2021-09-25 20:50:36 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-25 20:50:36 -0400 |
commit | 9961501ec2965ce4f480095a1fd5d7b88bfc7783 (patch) | |
tree | a6fba539fd12fb397ff6c8872fd9ac31cc340c53 /home/.ssh/config | |
parent | Add scout to ssh config (diff) | |
download | src-9961501ec2965ce4f480095a1fd5d7b88bfc7783.tar.gz src-9961501ec2965ce4f480095a1fd5d7b88bfc7783.zip |
Disable HashKnownHosts
All this really does is make fixing problems more difficult.
Diffstat (limited to '')
-rw-r--r-- | home/.ssh/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index b9c29bf3..a2e6db08 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -1,8 +1,6 @@ IgnoreUnknown Include Include config_private -HashKnownHosts yes - SendEnv LANG LC_* Host monday beastie puffy toaster tux progynova |