[Bug 3614] New: add setting to redirect all Network access over client
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Sep 13 20:19:14 AEST 2023
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: unassigned-bugs at mindrot.org
Reporter: micet2004-github at yahoo.de
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.
More information about the openssh-bugs
mailing list