diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-05-11 10:40:49 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-05-11 10:40:49 +0900 |
commit | 5de43bb3740eef3f040da93eea1fe08c9bc26263 (patch) | |
tree | bd42cc26c5f8d6444d31b2ee9fb8a54acac59a76 /dev | |
parent | c1dfc818278a9a85765d95b29a75ac31fb21e40c (diff) | |
download | dotfiles-5de43bb3740eef3f040da93eea1fe08c9bc26263.tar.gz |
Update lab config
Diffstat (limited to 'dev')
-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 |