diff options
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 894af44..b6e53d6 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -1,16 +1,16 @@ Host * Protocol 2 ControlMaster auto - ControlPath ~/.ssh/master-%r@%h:%p + ControlPath ~/.sessions/ssh-%r@%h:%p Compression yes Host lore - HostName lore.cs.purdue.edu - User shumakl + HostName lore.cs.purdue.edu + User shumakl Host data - HostName data.cs.purdue.edu - User shumakl + HostName data.cs.purdue.edu + User shumakl Host repo Port 1863 @@ -20,6 +20,5 @@ Host rshg054 Port 1863 HostName parabolagnulinux.org -Host lukeshu +Host lukeshu.com Port 1863 - HostName 199.180.255.147 |