diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-27 09:58:59 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-27 09:58:59 -0400 |
commit | 1ff00b6b6c8c82beca76543f536fe91eee9d4669 (patch) | |
tree | 7c8047e4228c1350a8df181fe1dbe52cc24f8823 | |
parent | fix github known hosts (diff) |
strict host key checking though
-rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 4e02c25..27b3f9c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -98,6 +98,7 @@ Host github.com *.github.com # Especially given that they just use the same key # everywhere (contrary to best practices) CheckHostIp no + StrictHostKeyChecking yes ## Global defaults Host * |