diff options
Diffstat (limited to 'dev/.ssh/config')
-rw-r--r-- | dev/.ssh/config | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index fa85006..681714a 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -1,15 +1,8 @@ AddKeysToAgent yes -Host acanban - HostName acanban.ga - User weboms - Port 22222 - RequestTTY yes - RemoteCommand ssh acanban - -Host ict9 +Host comlake HostName ictlab.usth.edu.vn User phongng Port 22222 RequestTTY yes - RemoteCommand ssh ict9 -L 5901:localhost:5901 + RemoteCommand ssh comlake |