aws-samples / aws-samples/amazon-ec2-mac-getting-started
Can't bind in macOS Ventura: permission denied
Open
- Dominant language
- AppleScript
- Stars
- 99
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I tried to tunneling the VNC port (5900) over SSH, as the documentation says:
```
exit
ssh -L 5900:localhost:5900 -i ec2-user@
```
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
```
Contributor guide
Assessment
This issue has not been assessed yet.