diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-27 10:52:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-27 10:52:10 +0700 |
commit | 1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7 (patch) | |
tree | 68ffe5993a36cef1a75f351ff845851601e358fa /dev | |
parent | a7318de79dda2662239c52965a6dd712fd19467b (diff) | |
download | dotfiles-1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7.tar.gz |
Start a new internship with Clojure
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 |