[ 
https://issues.apache.org/jira/browse/SSHD-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lyor Goldstein resolved SSHD-1036.
----------------------------------
      Assignee: Lyor Goldstein
    Resolution: Information Provided

> 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