[ 
https://issues.apache.org/jira/browse/SSHD-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376642#comment-17376642
 ] 

Thomas Wolf commented on SSHD-1189:
-----------------------------------

Susmit; I have enough to do with code reviews in my own team. (And code review 
via images is far from convenient.)

The {{BaseBuilder}} defaults may or may not be appropriate for your use case. 
Basically the {{BuiltIn*}} classes contain the hard-coded built-in algorithms, 
plus an extension mechanism to register additional algorithms. You might notice 
that {{BaseBuilder.DEFAULT_KEX_PREFERENCE}} does _not_ contain the SHA1 
algorithms. If you want to support older clients, it's probably wise to enable 
these in the B2B server. Don't know if you also might need the weak and 
deprecated MACs.

> How to fetch default KEX, ciphers and mac
> -----------------------------------------
>
>                 Key: SSHD-1189
>                 URL: https://issues.apache.org/jira/browse/SSHD-1189
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Susmit Sarkar
>            Priority: Blocker
>         Attachments: 47C4C2C1-97E3-4934-B862-2E49C75CAB69.png
>
>
> Hi Team,
> In 2.7.0 we see 
> ConfigFileReaderSupport.DEFAULT_KEX_ALGORITHMS;
> ConfigFileReaderSupport.DEFAULT_CIPHERS;
> ConfigFileReaderSupport.DEFAULT_MACS;
>  
> Are not present, how can we get the list now?
>  
> Thanks,
> Susmit
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to