Move ssh control paths under the .cache directory.
authorPierre Habouzit <madcoder@debian.org>
Tue, 24 Mar 2009 17:06:18 +0000 (18:06 +0100)
committerPierre Habouzit <madcoder@debian.org>
Tue, 24 Mar 2009 17:06:18 +0000 (18:06 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
ssh/config

index fcaef81..2b20128 100644 (file)
@@ -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 *