[
https://issues.apache.org/jira/browse/SSHD-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114011#comment-17114011
]
Lyor Goldstein commented on SSHD-1001:
--------------------------------------
I don't quite understand the question - however several comments
* For each and every session negotiation options you mentioned (cipher, mac,
compression, etc,) there is a relevant {{setXXX}} method. . Please make sure to
read the [documentation|https://github.com/apache/mina-sshd] - it provides
very important background into the how the project is organized, lists several
use cases (some of them seem related to your question as I understand it).
Specifically for this issue seems that [this
section|https://github.com/apache/mina-sshd/blob/master/docs/server-setup.md#configuring-ciphers-macs-digest]
is relevant. It speaks of the server but the same applies to the client. If
you also read [this
section|https://github.com/apache/mina-sshd/blob/master/docs/event-listeners.md#sessionlistener]
then you can also see how you can configure these negotiation option for a
specific session and not only globally
* These kind of questions are better suited as to be posted to the
[email protected] mailing list rather then being opened as issues. JIRA
issues are better suited for bugs or new features rather than usage questions.
It may be the case that some questions from [email protected] may develop
into issues, but this does not seem to be the case here.
> How to set preferred cipher, mac, compressed ?
> ----------------------------------------------
>
> Key: SSHD-1001
> URL: https://issues.apache.org/jira/browse/SSHD-1001
> Project: MINA SSHD
> Issue Type: Improvement
> Reporter: Sandeep
> Priority: Major
>
> From the default supported cipher,mac and compressed list i have to give
> input asĀ
> preferred for each one and while communication thatĀ preferred should use
> first and if not possible then need to use other.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]