You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Matthew Schulze (JIRA)" <ji...@apache.org> on 2010/11/01 16:45:24 UTC

[jira] Created: (SSHD-95) Allow a fixed number of concurrent connections for a single user

Allow a fixed number of concurrent connections for a single user
----------------------------------------------------------------

                 Key: SSHD-95
                 URL: https://issues.apache.org/jira/browse/SSHD-95
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Matthew Schulze
            Priority: Minor


Add a server setting to limit the number of concurrent sessions a given username is permitted to have to the SSH server. If no value is set, there is no limit on concurrent user sessions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SSHD-95) Allow a fixed number of concurrent connections for a single user

Posted by "Matthew Schulze (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SSHD-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Schulze updated SSHD-95:
--------------------------------

    Attachment: Limit_concurrent_user_sessions.patch

Patch for SSH server to implement the feature.

> Allow a fixed number of concurrent connections for a single user
> ----------------------------------------------------------------
>
>                 Key: SSHD-95
>                 URL: https://issues.apache.org/jira/browse/SSHD-95
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Matthew Schulze
>            Priority: Minor
>         Attachments: Limit_concurrent_user_sessions.patch
>
>
> Add a server setting to limit the number of concurrent sessions a given username is permitted to have to the SSH server. If no value is set, there is no limit on concurrent user sessions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SSHD-95) Allow a fixed number of concurrent connections for a single user

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SSHD-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SSHD-95.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5.0
         Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/mina/sshd/trunk ...
	M	sshd-core/src/main/java/org/apache/sshd/server/ServerFactoryManager.java
	M	sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
Committed r1030199

Thx for the patch Matthew.  I slightly modified it to not include the method on the ServerFactoryManager because this interface is really a configuration interface while the method was a runtime information, so I moved it down to ServerSession.   Let me know if this causes a problem anyhow.

> Allow a fixed number of concurrent connections for a single user
> ----------------------------------------------------------------
>
>                 Key: SSHD-95
>                 URL: https://issues.apache.org/jira/browse/SSHD-95
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Matthew Schulze
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: 0.5.0
>
>         Attachments: Limit_concurrent_user_sessions.patch
>
>
> Add a server setting to limit the number of concurrent sessions a given username is permitted to have to the SSH server. If no value is set, there is no limit on concurrent user sessions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.