https://bugzilla.mindrot.org/show_bug.cgi?id=3614

            Bug ID: 3614
           Summary: add setting to redirect all Network access over client
           Product: Portable OpenSSH
           Version: 9.4p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: [email protected]
          Reporter: [email protected]

Currently I have several RaspberryPi for SmartHome reasons. Goal is,
non of this devices has pure unfiltered Internet access, I wish limit
them on specific IP adresses or domains.

These devices only need Internet access If I'm connected over ssh to do
updates and other configuration.

I wish a setting on ssh that allows me to redirect all network traffic
through my client. I prefer a "take all but exclude" way of
configuration.

May settings on ssh-server is also needed.

Im not a ssh professional so my example may not suits youur needs.

ssh SERVER --network  // take all
ssh SERVER --network[ex:192.168.1,3.1-200] // take all, but exclude
ssh SERVER --network[settings1] // act acording to [settings1]

ssh_config:
NetworkRedirect settings1[192.168.1,3.1-200] // without ex: only
redirect given range.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to