Displaying 2 results from an estimated 2 matches for "denyforwardingto".
2000 Jun 11
0
Additions to UPGRADING?
..., and I haven't tested how the OpenSSH sshd reacts to
having the unavailable flags in sshd_config:
m. Options unavailable in sshd_options and authorized_keys.
The AccountExpireWarningDays, AllowForwardingPort, AllowForwardingTo,
AllowHosts, AllowSHosts, AllowTcpForwarding, DenyForwardingPort,
DenyForwardingTo, DenyHosts, DenySHosts, DenyTcpForwarding,
ForcedEmptyPasswdChange, ForcedPasswdChange, IdleTimeout,
IgnoreRootRhosts, PasswordExpireWarningDays, SilentDeny,
TISAuthentication, and Umask options are not available in sshd_options.
Similarly, the allowforwardingport, allowforwardingto,
denyforwarding...
2004 Oct 12
0
Feature request(s) for OpenSSH
...p/port combination setup, to enable sensible auditing controls to be in
place for forwarded connections.
2) Add a new sshd_config option to control port forwarding based based on
forwarded destination IPs and ports e.g.
AllowForwardingTo *:80
AllowForwardingTo 1.2.3.4:8080
AllowForwardingTo 6.7.8.9
DenyForwardingTo *
3) If possible restrict forwarding on a per group/user basis at the global
configuration level, rather than on an individual basis in there
authorized_keys file.
Cheers
Gareth