[
https://issues.apache.org/jira/browse/SSHD-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006590#comment-17006590
]
Sivanagarajup commented on SSHD-951:
------------------------------------
Hi [~lgoldstein],
As per my understanding below standards are introduced in 2.3.0 only
# RFC 4716 - The Secure Shell (SSH) Public Key File Format ( According to
[SSHD-917|https://issues.apache.org/jira/browse/SSHD-917])
# RFC 8308 - Extension Negotiation in the Secure Shell (SSH) Protocol
(According to [SSHD-896|https://issues.apache.org/jira/browse/SSHD-896])
# RFC 8332 - Use of RSA Keys with SHA-256 and SHA-512 in the Secure Shell
(SSH) Protocol (According to
[SSHD-895|https://issues.apache.org/jira/browse/SSHD-895])
Could you please confirm the above .
Thanks
Siva
> Query on how to restart sshd server in single jboss session
> -----------------------------------------------------------
>
> Key: SSHD-951
> URL: https://issues.apache.org/jira/browse/SSHD-951
> Project: MINA SSHD
> Issue Type: Question
> Affects Versions: 2.2.0
> Reporter: Sivanagarajup
> Priority: Major
>
> Hi Team,
> We are facing an issue with version *sshd-core-2.2.0*
> In the same session once we stoped ssh server we are not able to start the
> ssh server again.
> it is throwing exception below
> {code:java}
> Caused by: java.lang.IllegalStateException: Can not start the server again
> Caused by: java.lang.IllegalStateException: Can not start the server again at
> org.apache.sshd.server.SshServer.start(SshServer.java:293)
> {code}
> As per your code in *org.apache.sshd.server.SshServer -> start()*
> {code:java}
> public void start() throws IOException {
> if (isClosed()) {
> throw new IllegalStateException("Can not start the server again");
> }
> ------
> ------
> }{code}
> it is not allowing us to start sshd server again.
> Note: Once we restarted our jboss server then we are able to start sshd
> server.
> But we need to start/stop the ssh server multiple times in single session
> Could you please help us on above issue.
>
> Thanks
> Siva
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]