mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
ssh config: add HashKnownHosts
This commit is contained in:
parent
898b30cccc
commit
a87af2c43c
@ -2,6 +2,11 @@
|
|||||||
# access, but they should require SSH key authentication anyway.
|
# access, but they should require SSH key authentication anyway.
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
|
# Ensure KnownHosts are unreadable if leaked.
|
||||||
|
# While you might be reading this file from GitHub, I haven't
|
||||||
|
# specified all hosts here.
|
||||||
|
HashKnownHosts yes
|
||||||
|
|
||||||
# Verify SSHFP records. In case DNSSEC is used this skips the
|
# Verify SSHFP records. In case DNSSEC is used this skips the
|
||||||
# question on whether you trust the fingerprint or not.
|
# question on whether you trust the fingerprint or not.
|
||||||
VerifyHostKeyDNS=yes
|
VerifyHostKeyDNS=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user