diff options
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 |