diff options
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 |