Answers for "open ssh tunnel windows"

1

ssh open tunnel command line

# from localhost:13306 to remote 3306 via tunnel
ssh -L 33066:localhost:3306 remotemachine
Posted by: Guest on January-15-2021
0

windows ssh tunnel

ssh -L 8888:192.168.1.90:3389 [email protected]
Posted by: Guest on May-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language