diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.ssh/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index 052d1ad..82c7a4a 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -6,3 +6,10 @@ Host acanban Port 22222 RequestTTY yes RemoteCommand ssh acanban + +Host ict9 + HostName ictlab.usth.edu.vn + User phongng + Port 22222 + RequestTTY yes + RemoteCommand ssh ict9 |