diff options
Diffstat (limited to 'dev/.ssh/config')
-rw-r--r-- | dev/.ssh/config | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index 681714a..e2c9e31 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -1,8 +1,12 @@ AddKeysToAgent yes -Host comlake - HostName ictlab.usth.edu.vn - User phongng - Port 22222 +Host loang + HostName 37.205.11.127 + User cnx + Port 2211 + +Host rack + HostName 10.20.18.56 + User cnx + Port 4071 RequestTTY yes - RemoteCommand ssh comlake |