From c2ee55d77f093d7a5abf8118870900b866dbba52 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Feb 2016 20:05:40 -0500 Subject: stuff --- .config/ssh/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/ssh/config') 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 -- cgit v1.2.3