parallel-ssh icon indicating copy to clipboard operation
parallel-ssh copied to clipboard

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

Open pkittenis opened this issue 5 years ago • 0 comments

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

pkittenis avatar Dec 11 '20 15:12 pkittenis