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
I tried to tunneling the VNC port (5900) over SSH, as the documentation says:
exit ssh -L 5900:localhost:5900 -i <ec2-key-pair> ec2-user@<ip-address>
But the remote console returns:
bind [127.0.0.1]:5900: Permission denied Last login: Mon Jan 2 21:07:03 2023 from [...] ┌───┬──┐ __| __|_ ) │ ╷╭╯╷ │ _| ( / │ └╮ │ ___|\___|___| │ ╰─┼╯ │ Amazon EC2 └───┴──┘ macOS Ventura 13.0.1
The text was updated successfully, but these errors were encountered:
I do not believe this to be a Ventura issue on the client side.
Sorry, something went wrong.
Hi Jon!
Thanks!
I founded what the problem was: I had TightVNC Server installed and using the 5900. So the problem was occurring on my side.
I removed it (because a use only a viewer), and now I can bind normally.
No branches or pull requests
I tried to tunneling the VNC port (5900) over SSH, as the documentation says:
But the remote console returns:
The text was updated successfully, but these errors were encountered: