You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2017/08/28 11:40:00 UTC

[jira] [Updated] (SSHD-766) Separate forwarding filter functionality according to sshd-config options

     [ https://issues.apache.org/jira/browse/SSHD-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goldstein Lyor updated SSHD-766:
--------------------------------
    Description: 
The [sshd_config file|https://www.freebsd.org/cgi/man.cgi?query=sshd_config&sektion=5] 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

  was:
The [sshd_config file|https://linux.die.net/man/5/sshd_config] 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


> Separate forwarding filter functionality according to sshd-config options
> -------------------------------------------------------------------------
>
>                 Key: SSHD-766
>                 URL: https://issues.apache.org/jira/browse/SSHD-766
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 1.6.0
>            Reporter: Goldstein Lyor
>            Assignee: Goldstein Lyor
>              Labels: config, forwarding, sshd
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The [sshd_config file|https://www.freebsd.org/cgi/man.cgi?query=sshd_config&sektion=5] 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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)