Windows SSH -Tunnel
ssh -L 8888:192.168.1.90:3389 [email protected]
Black Boar
ssh -L 8888:192.168.1.90:3389 [email protected]
ssh -L 8888:192.168.1.90:3389 [email protected]
# where
# 8888: local port
# 3389: remote port
# 192.168.1.90: remote IP