From 32ea60e75dff6e5a0e883bf49c26d907764c28e3 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 17 Jan 2016 18:25:05 -0800 Subject: [PATCH] [ssh] Disable UseRoaming due to OpenSSH CVE http://arstechnica.com/security/2016/01/bug-that-can-leak-crypto-keys-just-fixed-in-widely-used-openssh/ --- .ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/config b/.ssh/config index f986af2..1174d03 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,6 +5,7 @@ ControlPath /tmp/%r@%h:%p ControlPersist yes Host * + UseRoaming no IdentityFile ~/.ssh/id_rsa # For vagrant virtual machines