Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ssh-dss algorighthm through system variable #483

Open
abhikt48 opened this issue Apr 11, 2024 · 1 comment
Open

Enable ssh-dss algorighthm through system variable #483

abhikt48 opened this issue Apr 11, 2024 · 1 comment

Comments

@abhikt48
Copy link

We need to connect many SFTP servers and some SFTP servers are still using ssh-dss algorithm for SFTP connection.

We have to use MuleSoft SFTP connector which internally uses sshd-core-2.12.1 library, by default ssh-dss algorithm are disabled because it is too weak to considered.

I'm able to communicate with these ssh-dss enabled SFTP servers using the settings below. However, I'm unable to apply the same settings in the MuleSoft SFTP connector because we can't modify their library.

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

Could someone please advise if there's a method to enable the ssh-dss algorithm via system variable settings? This would allow us to connect to ssh-dss enabled SFTP servers without any code modifications.

@abhikt48
Copy link
Author

abhikt48 commented May 8, 2024

Can anyone please update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant