[
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.