mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
ssh_config: add UpdateHostKeys yes
This commit is contained in:
parent
c05b52354f
commit
66f604a6dd
@ -33,9 +33,16 @@ Host *
|
||||
# "ping" the server every minute.
|
||||
ServerAliveInterval 60
|
||||
|
||||
# OpenSSH 6.8+ - ask all host keys from servers.
|
||||
# I trust the server admins and ways to identify the keys (DNSSEC,
|
||||
# manual)
|
||||
UpdateHostKeys yes
|
||||
|
||||
# Verify SSHFP records. In case DNSSEC is used this skips the
|
||||
# question on whether you trust the fingerprint or not.
|
||||
VerifyHostKeyDNS=yes
|
||||
# All my hosts run DNSSEC validating Unbound on localhost and use it
|
||||
# for all DNS queries. Yours should too.
|
||||
VerifyHostKeyDNS yes
|
||||
|
||||
Host hilla
|
||||
HostName hilla.kapsi.fi
|
||||
|
@ -31,6 +31,14 @@ Host *
|
||||
# "ping" the server every minute.
|
||||
ServerAliveInterval 60
|
||||
|
||||
# OpenSSH 6.8+ - ask all host keys from servers.
|
||||
# I trust the server admins and ways to identify the keys (DNSSEC,
|
||||
# manual)
|
||||
UpdateHostKeys yes
|
||||
|
||||
# Verify SSHFP records. In case DNSSEC is used this skips the
|
||||
# question on whether you trust the fingerprint or not.
|
||||
VerifyHostKeyDNS=yes
|
||||
# All my hosts run DNSSEC validating Unbound on localhost and use it
|
||||
# for all DNS queries. Yours should too.
|
||||
VerifyHostKeyDNS yes
|
||||
|
Loading…
Reference in New Issue
Block a user