summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-09 21:58:22 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-09 21:58:22 +0900
commit02577a78bff32ccc57d867e568dc45091abdc83a (patch)
tree88fa9ba669be0ce2fd9f2b24bd901e0fe48d691b /.ssh
parent1db2bb8c6b3a2c003c7a7c4cf21a3718feb05927 (diff)
downloaddotfiles-02577a78bff32ccc57d867e568dc45091abdc83a.tar.gz
verify github ssh host key from DNS
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index a928ad9b..2c47978f 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -56,6 +56,7 @@ ForwardAgent yes
Host github
User git
HostName github.com
+VerifyHostKeyDNS yes
### global settings