diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-27 20:05:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-27 20:05:40 -0500 |
commit | c2ee55d77f093d7a5abf8118870900b866dbba52 (patch) | |
tree | eb8d273e3d0f720a84732f660298324007fbac5c /.config/ssh/config | |
parent | 21bb3f7fb1111d8b1043ff4c3a1d821042a8e4c6 (diff) |
stuff
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index a243c5d..19ed217 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -35,3 +35,7 @@ Host build64-par Port 1864 ForwardX11 no ForwardX11Trusted no + +Host 192.168.*.1 10.* + StrictHostKeyChecking no + UserKnownHostsFile /dev/null |