amazon-ec2-mac-getting-started icon indicating copy to clipboard operation
amazon-ec2-mac-getting-started copied to clipboard

Can't bind in macOS Ventura: permission denied

Open jeisoncp opened this issue 2 years ago • 3 comments

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

jeisoncp avatar Jan 03 '23 11:01 jeisoncp