You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "leild (via GitHub)" <gi...@apache.org> on 2023/04/15 05:34:37 UTC

[GitHub] [mina-sshd] leild opened a new issue, #359: MINA SSHD ENABLE Cipher WITH 3des AND MAC WITH md5 IN VERSION 2.6.0-SCALA

leild opened a new issue, #359:
URL: https://github.com/apache/mina-sshd/issues/359

   ### Description
   
   Now, our production environment, as a client, may have Cipher WITH 3des AND MAC WITH md5 with the client. We must ensure that the existing functions are available. Therefore, is there any issue help?
   
   ### Motivation
   
   Support obsolete but in-use algorithm content.
   
   
   
   ### Alternatives considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [mina-sshd] leild commented on issue #359: MINA SSHD ENABLE Cipher WITH 3des AND MAC WITH md5 IN VERSION 2.6.0-SCALA

Posted by "leild (via GitHub)" <gi...@apache.org>.
leild commented on issue #359:
URL: https://github.com/apache/mina-sshd/issues/359#issuecomment-1510271929

   The problem has been resolved.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [mina-sshd] leild commented on issue #359: MINA SSHD ENABLE Cipher WITH 3des AND MAC WITH md5 IN VERSION 2.6.0-SCALA

Posted by "leild (via GitHub)" <gi...@apache.org>.
leild commented on issue #359:
URL: https://github.com/apache/mina-sshd/issues/359#issuecomment-1510271464

   sshClient.setKeyExchangeFactories(NamedFactory.setUpTransformedFactories(
                       false,
                       BuiltinDHFactories.VALUES,
                       ClientBuilder.DH2KEX
               ));
   
               sshClient.setSignatureFactories(new ArrayList<>(BuiltinSignatures.VALUES));
               sshClient.setCipherFactories((new ArrayList<>(BuiltinCiphers.VALUES)));
               sshClient.setMacFactories((new ArrayList<>(BuiltinMacs.VALUES)));


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [mina-sshd] leild closed issue #359: MINA SSHD ENABLE Cipher WITH 3des AND MAC WITH md5 IN VERSION 2.6.0-SCALA

Posted by "leild (via GitHub)" <gi...@apache.org>.
leild closed issue #359: MINA SSHD ENABLE Cipher WITH 3des AND MAC WITH  md5 IN VERSION 2.6.0-SCALA
URL: https://github.com/apache/mina-sshd/issues/359


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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