diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-21 16:14:33 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-21 16:14:33 -0400 |
commit | c5fb55843c66f1ff6d4491009d9cf9781c0a3d7f (patch) | |
tree | 2192e1abfb7e85d866a5fd9efffb221bed0344cb /.config/ssh/config | |
parent | 81bdd77380a77945931687b334d47c95b7492a8d (diff) | |
parent | d65775a22e1648eca8e74389a4d9c1c299017cf3 (diff) |
Merge remote-tracking branch 'origin/master' into build64-par
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index c020c5e..b6e53d6 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -1,7 +1,7 @@ Host * Protocol 2 ControlMaster auto - ControlPath ~/.ssh/master-%r@%h:%p + ControlPath ~/.sessions/ssh-%r@%h:%p Compression yes Host lore @@ -20,6 +20,5 @@ Host rshg054 Port 1863 HostName parabolagnulinux.org -Host lukeshu +Host lukeshu.com Port 1863 - HostName 199.180.255.147 |