Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
Description
The sshd_config file contains separate options for the various forwarding options:
- AllowAgentForwarding - Specifies whether ssh-agent forwarding is permitted. The default is ''yes''.
- AllowTcpForwarding - Specifies whether TCP forwarding is permitted. The default is ''yes''.
- X11Forwarding - Specifies whether X11 forwarding is permitted.The default is ''no''
The ForwardingFilter implements all 3 of the options in one interface - we should split it so we can allow more fine-grained control and also support these options when specified via command line -o XXX options