diff options
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index cc796ed..84df253 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -1,13 +1,14 @@ Host * Protocol 2 ControlMaster auto - ControlPath ~/.runtime/%l/ssh-%r@%h:%p + ControlPath ~/.cache/xdg-runtime-dir/%l/ssh-%r@%h:%p Compression yes # Purdue ################################################### -Host data lore borg* xinu* sac* sslab* +Host data lore borg?? xinu?? sac?? sslab?? HostName %h.cs.purdue.edu + User shumakl Host *.cs.purdue.edu User shumakl |