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

Guillaume Nodet commented on SSHD-1036:
---------------------------------------

[~lgoldstein] btw, I just found out some discrepancies between 
[https://github.com/apache/mina-sshd/blob/master/sshd-common/src/main/java/org/apache/sshd/common/config/ConfigFileReaderSupport.java#L103-L104]
 and 
[https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/common/BaseBuilder.java#L111-L121]
 and I suppose this is the same for ciphers, kex algorithms, etc...
We should use a single source for the default values.

> Full support mac and Cipher list 
> ---------------------------------
>
>                 Key: SSHD-1036
>                 URL: https://issues.apache.org/jira/browse/SSHD-1036
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Sandeep
>            Assignee: Lyor Goldstein
>            Priority: Major
>
>  
> This is the default mac and cipher list I have taken it from 
> ConfigFileReaderSupport 
> 1. DEFAULT_MACS= 
> hmac-md5,hmac-sha1,[email protected],hmac-ripemd160,hmac-sha1-96,hmac-md5-96,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96
> 2.DEFAULT_CIPHERS=aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour
>  
> But the problem is as follows,
> 1. sshd.getMacFactories() this method call, I always get 6 only but as per 
> the above list default macs are 10.
> 2. sshd.getCipherFactories() this method call, I always get 10 only but as 
> per the above list default macs are 12.
>  
> Can you guide us on how to give all 12 cipher and 10mac support?
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to