Friday, 11 September 2026

PORT FORWARDING so local port can forward to remote port

 ssh -N -L <port>:127.0.0.1:<port> <user>@<host>

No comments:

Post a Comment