ssh: StrictHostKeyChecking
This commit is contained in:
parent
5d82b0c5d3
commit
4ed2d489d3
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ IgnoreUnknown UseKeychain
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
### keys
|
||||||
|
StrictHostKeyChecking=accept-new
|
||||||
|
# https://stackoverflow.com/questions/21383806/how-can-i-force-ssh-to-accept-a-new-host-fingerprint-from-the-command-line
|
||||||
|
|
||||||
### grote.lan
|
### grote.lan
|
||||||
Host dokuwiki2.grote.lan
|
Host dokuwiki2.grote.lan
|
||||||
Host qmk.grote.lan
|
Host qmk.grote.lan
|
||||||
|
|
Loading…
Reference in a new issue