diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-05-02 18:16:15 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-05-02 18:16:15 +0100 |
| commit | 52e51f4b8d18a6e66e8e6235b3151422d905883b (patch) | |
| tree | d646064d334ffbed662a717d8e531675d1fb14ff /ssh/config | |
| parent | d868360d00c7d896cfc1638677e813f11a853246 (diff) | |
ssh: Enable VerifyHostKeyDNS by default
Diffstat (limited to 'ssh/config')
| -rw-r--r-- | ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # -*- mode: conf-space -*- +Host * + VerifyHostKeyDNS yes + Host github HostName github.com User git |
