• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 30, 2023

help-circle
rss

The error you’re getting with SSH isn’t a problem with the pi, your local user is not root which means you cannot bind to any port <=1024, try listening on local port 8080 instead with -L 8080:localhost:80