Panos
Panos
**Is your feature request related to a problem? Please describe.** Certificate authentication does not support certificate data. A certificate file must be provided **Describe the solution you'd like** Allow certificate...
**Is your feature request related to a problem? Please describe.** Would like to be able to use callback function for `run_command` to call when a command has finished executing. **Describe...
**Describe the bug** Parallel client going out of scope closes connections with active output objects. **To Reproduce** Steps to reproduce the behavior: ``` output = ParallelClient(['localhost']).run_command('echo me') print(list(output[0].stdout)) ``` Output...
Feature Request ---------------------- Add OpenSSH config reading functionality for `libssh2` clients. Currently only the paramiko based clients have openssh config functionality for overriding configuration. Provide this functionality to the `libssh2`...
**Is your feature request related to a problem? Please describe.** Client does not check authentication methods that are allowed to continue as reported by server and always attempts what authentication...
**Is your feature request related to a problem? Please describe.** Compression cannot be enabled in clients. Compression is enabled in the underlying SSH libraries, but cannot be configured in parallel-ssh....
**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...
`jenkins::user` is not idempotent and always gets run regardless if the user exists or not. Per https://github.com/jenkinsci/puppet-jenkins/blob/master/manifests/user.pp#L42 Known issue looking at code comments - this issue is placeholder for when...
Adds trace logging API. TODO - [ ] Enable/disable debug build of libssh2
Resolves #364