ParallelSSH / parallel-ssh

Asynchronous parallel SSH client library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
1.2k stars 149 forks source link

proxy_pkey from in-memory also #338

Closed albundy83 closed 2 years ago

albundy83 commented 2 years ago

Is your feature request related to a problem? Please describe. Following the update on pkey to be read from bytes, it will be nice to have proxy_pkey accepting the same behaviour.

Describe the solution you'd like The same kind of behaviour than it works with pkey here since 2.8.0 https://github.com/ParallelSSH/parallel-ssh/issues/317

Describe alternatives you've considered For moment, I don't have other alternative (or just ugly ones)

pkittenis commented 2 years ago

Hi there,

Thanks for the interest and report.

Yes, that would be good to add.

pkittenis commented 2 years ago

Provided in 2.10.0. Also supported via HostConfig.proxy_pkey.