-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tunnel ssh windows 10 not works #5501
Comments
With |
ssh -v -N -L5038:localhost:5037 -R27183:localhost:27183 xx.xx.xxx.xxx -pxxxx |
Ok, do you have a SSH server running on xx.xx.xxx.xxx listening on xxxx? |
yes i do. I opened the SSH window in the 'scrcpy' folder (open a terminal here) |
Good morning,
I'm trying to make an ssh tunnel from windows 10 but it doesn't work.
PS C:\Users\scrcpy-win64-v2.7\scrcpy-win64-v2.7> ssh -CN -L5038:localhost:5037 -R27183:localhost:27183 xx.xx.xxx.xxx -pxxxx
ssh: connect to host xx.xx.xxx.xxx port xxxx: Connection timed out
Can you help me ?
The text was updated successfully, but these errors were encountered: