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

   ### Version
   
   sshd-core 2.8 version
   
   ### Bug description
   
   We have security violation for the following algorithms.
   diffie-hellman-group-exchange-sha1
   diffie-hellman-group1-sha1
   gss-gex-sha1-*
   gss-group1-sha1-*
   gss-group14-sha1-*
   rsa1024-sha1
   
   We want to programatically to add the  specific alogorithm while starting 
the SSHServer. We tried many online samples like 
   
   sshd.setKeyExchangeFactories(Arrays.asList(BuiltinKeyExchange.***));
   
   BuiltinKeyExchange there is no class of the same name
   
   List<KeyExchangeFactory> kexFactories = I need all the above mentioned 
deprecated kexAlgo, can you please help with the code snippet.
   
   Kindly take this on priority.
   
   ### Actual behavior
   
   Not able to set sshd.setKeyExchangeFactories(
   
   ### Expected behavior
   
   Share the sample code how to set the KEX algos/
   
   ### Relevant log output
   
   _No response_
   
   ### Other information
   
   _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-unsubscr...@mina.apache.org.apache.org

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


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

Reply via email to