Skip to content

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

Open
@pkittenis

Description

@pkittenis

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'],
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions