You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Sandeep (Jira)" <ji...@apache.org> on 2020/07/17 07:32:00 UTC

[jira] [Created] (SSHD-1036) Full support mac and Cipher list

Sandeep created SSHD-1036:
-----------------------------

             Summary: 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


 

This is the default mac and cipher list I have taken it from ConfigFileReaderSupport 

1. DEFAULT_MACS= hmac-md5,hmac-sha1,umac-64@openssh.com,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: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org