From 1eeff97bfce572ee5b14e1ab6fecd72c4cfe59fa Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 14 Jan 2016 17:09:24 -0800 Subject: [PATCH] Mitigate against OpenSSH vulnerability --- home/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.ssh/config b/home/.ssh/config index 4a57b69..00d40d9 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -6,6 +6,7 @@ Host * Protocol 2 ServerAliveInterval 60 ServerAliveCountMax 30 + UseRoaming no # All hosts here prohibit password based logins, so don't get any ideas. ;)