diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
commit | 7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch) | |
tree | 2c3dc15e5882fdd61636d714cc877727f2261970 /dev/.ssh/config | |
parent | e36712f2b02e77080e255c7775852577b51010ad (diff) | |
download | dotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz |
Set up mbsync
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 |