We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
I want to know if its possible to add a vnc portforwarding tunnel to add typical ssh -p 2200 -L5901:localhost:5901 user@remotehost -Nf to the following line https://unix.stackexchange.com/questions/208465/problem-accessing-server-with-vnc mosh --ssh="ssh -p 2222" user@host
ssh -p 2200 -L5901:localhost:5901 user@remotehost -Nf
mosh --ssh="ssh -p 2222" user@host
thank you,blub4747
The text was updated successfully, but these errors were encountered:
No, Mosh does not support port forwarding at this time. Closing as a duplicate of #337.
Sorry, something went wrong.
No branches or pull requests
Hi guys,
I want to know if its possible to add a vnc portforwarding tunnel to add typical
ssh -p 2200 -L5901:localhost:5901 user@remotehost -Nf
to the following line
https://unix.stackexchange.com/questions/208465/problem-accessing-server-with-vnc
mosh --ssh="ssh -p 2222" user@host
thank you,blub4747
The text was updated successfully, but these errors were encountered: