From: Pierre Habouzit Date: Tue, 24 Mar 2009 17:06:18 +0000 (+0100) Subject: Move ssh control paths under the .cache directory. X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=5483c9d8105255c22e7ebdd7af5147d099a236b5;hp=489f46d0c78025247f5a135b51f1a021f7791b71;p=~madcoder%2Fdotfiles.git Move ssh control paths under the .cache directory. Signed-off-by: Pierre Habouzit --- diff --git a/ssh/config b/ssh/config index fcaef81..2b20128 100644 --- a/ssh/config +++ b/ssh/config @@ -1,6 +1,6 @@ HashKnownHosts no ControlMaster auto -ControlPath ~/.ssh/ssh_control_%h_%p_%r +ControlPath ~/.cache/ssh/%l_%r@%h:%p VerifyHostKeyDNS yes Host *