You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Thomas Wolf (Jira)" <ji...@apache.org> on 2021/04/15 10:57:00 UTC

[jira] [Resolved] (SSHD-1155) How to add KeyExchangeAlgo which are deprecated

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

Thomas Wolf resolved SSHD-1155.
-------------------------------
    Resolution: Information Provided

> How to add KeyExchangeAlgo which are deprecated
> -----------------------------------------------
>
>                 Key: SSHD-1155
>                 URL: https://issues.apache.org/jira/browse/SSHD-1155
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Susmit Sarkar
>            Priority: Blocker
>
> Hello Team,
>  
> I need to add the deprecated KeyExchangeAlgo to SshServer.
> ssh-dss, ssh-rsa, rsa-sha2-256, rsa-sha2-512, nistp256, nistp384, nistp521 , ssh-ed25519 (requires {{eddsa}} optional module), [sk-ecdsa-sha2-nistp256@openssh.com|mailto:sk-ecdsa-sha2-nistp256@openssh.com], [sk-ssh-ed25519@openssh.com|mailto:sk-ssh-ed25519@openssh.com] , [ssh-rsa-cert-v01@openssh.com|mailto:ssh-rsa-cert-v01@openssh.com], [ssh-dss-cert-v01@openssh.com|mailto:ssh-dss-cert-v01@openssh.com], [ssh-ed25519-cert-v01@openssh.com|mailto:ssh-ed25519-cert-v01@openssh.com] , [ecdsa-sha2-nistp256-cert-v01@openssh.com|mailto:ecdsa-sha2-nistp256-cert-v01@openssh.com], [ecdsa-sha2-nistp384-cert-v01@openssh.com|mailto:ecdsa-sha2-nistp384-cert-v01@openssh.com], [ecdsa-sha2-nistp521-cert-v01@openssh.com|mailto:ecdsa-sha2-nistp521-cert-v01@openssh.com]
> 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.
>  
> Thanks in advance
>  
>  
>  
>  



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