diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-05 14:15:03 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-05 14:15:03 +0700 |
commit | e36712f2b02e77080e255c7775852577b51010ad (patch) | |
tree | bf2e12c54a9acedec8b5419b2fbe5f0d715d52fa /dev/.ssh/config | |
parent | 1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7 (diff) | |
download | dotfiles-e36712f2b02e77080e255c7775852577b51010ad.tar.gz |
Use plug to manage jedi-vim
Diffstat (limited to 'dev/.ssh/config')
-rw-r--r-- | dev/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index 82c7a4a..fa85006 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -12,4 +12,4 @@ Host ict9 User phongng Port 22222 RequestTTY yes - RemoteCommand ssh ict9 + RemoteCommand ssh ict9 -L 5901:localhost:5901 |