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 16:36:02 UTC

[jira] [Work stopped] (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 ]

Work on SSHD-766 stopped by Goldstein Lyor.
-------------------------------------------
> 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
>             Fix For: 1.7.0
>
>   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)