Limit outbound SOCKS proxy requests with pf
from wgs@lemmy.sdf.org to openbsd@lemmy.sdf.org on 27 Jun 2023 14:57
https://lemmy.sdf.org/post/361671

Hi everyone,

For a very special use case of mine, I need to allow users to connect over SSH to my server to setup a SOCKS proxy:

ssh -D localhost:1080 -N my.server.domain.tld

However, I only want them to be able to reach 127.0.0.1 through this proxy (so, my server itself).

Is that even possible ?

threaded - newest