Skip to content
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

Can't bind in macOS Ventura: permission denied #4

Open
jeisoncp opened this issue Jan 3, 2023 · 3 comments
Open

Can't bind in macOS Ventura: permission denied #4

jeisoncp opened this issue Jan 3, 2023 · 3 comments

Comments

@jeisoncp
Copy link

jeisoncp commented Jan 3, 2023

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
@jonschwenn
Copy link

I do not believe this to be a Ventura issue on the client side.

  1. Did the binding work from your current client to an EC2 Mac instance running Monterey?
  2. Is this client managed by your employer?

@jeisoncp
Copy link
Author

jeisoncp commented Jan 9, 2023

Hi Jon!

  1. I didn't tested from Monterey yet. I will try in my next use.
  2. Yes, it's my employer's machine.

Thanks!

@jeisoncp
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants