Commit 0f36a324 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Place SSH sockets in ~/.ssh

Variably named directories doesn't work so well…
parent d6ebe595
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ authorized_keys
id*

# socket and config directories
socks:*/
configs/

# legacy runtime
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ Host 192.168.* 10.* *.lan *.local localhost
#@fallback: test ${PLATFORM:-unknown} != windows
Match exec "test ${PLATFORM:-unknown} != windows"
	ControlMaster auto
	ControlPath %d/.ssh/socks:%l/%r@%h:%p
	ControlPath ~/.ssh/%l:%r@%h:%p
	ControlPersist 2h

# === Local Includes ===