From 97b5a694d36b850927c25aa6abe6ce2a782b8393 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 7 Feb 2016 16:05:31 -0800 Subject: [PATCH] Set CheckHostIP no. --- dotfiles/ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index ecd375b..b45b76e 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -11,3 +11,4 @@ Host * ForwardX11 no ForwardX11Trusted no ServerAliveInterval 120 + CheckHostIP no