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

[Feature] Allow preferred algorithms for clients to use to be configured #251

Open
pkittenis opened this issue Dec 11, 2020 · 0 comments
Open

Comments

@pkittenis
Copy link
Member

Is your feature request related to a problem? Please describe.
Setting preferred algorithms for use by client is not possible.

Describe the solution you'd like
Add optional parameters to clients to allow preferred algorithms to be set.

Describe alternatives you've considered
N/A

Additional context
Something like:

ParallelSSHClient(<..>, 
    kex_algorithms=['diffie-hellman-group-exchange-sha1'], 
    encryption_algorithms=['aes256-cbc'],
    mac_algorithms=['hmac-sha1'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant