26 words
1 minutes
Set up remote workspace using VPS, SSH tunnel
2024-02-27
No Tags
ssh -N -A \
    -L 80:devlocal.viclass.vn:80 \
    -L 443:devlocal.viclass.vn:443 \
    -o ServerAliveInterval=15 \
    -o ServerAliveCountMax=3 \
    -o ExitOnForwardFailure=yes \
    -o GatewayPorts=yes \
    -p 22 \
    [email protected]