diff options
author | Christian Pointner <equinox@spreadspace.org> | 2012-10-23 17:41:43 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2012-10-23 17:41:43 +0200 |
commit | 7b31f589a69a067f3fce39913b49691e19f8a957 (patch) | |
tree | b2cd42a4ae681cd15ea1a2b31395a30192d140c6 /src/ssh.config | |
parent | updated www code (diff) |
added elevate2 to ssh config
Diffstat (limited to 'src/ssh.config')
-rw-r--r-- | src/ssh.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ssh.config b/src/ssh.config index 6821405..f215e66 100644 --- a/src/ssh.config +++ b/src/ssh.config @@ -14,3 +14,6 @@ Host elevate1 HostName 5.9.104.71 Port 22000 +Host elevate2 + HostName 213.239.193.206 + Port 22000 |