Answers for "ssh open tunnel command line"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language