Paul Meinhardt
Paul Meinhardt
Make the attrib-stat conversion functions more consistent. 1. Extract `stat_clear()` function Make stat struct clearing consistent with how attributes are cleared, using the `attrib_clear()` function. 2. Clear attributes using `memset()`,...
This is still very much a work in progress, but I am quite happy with how it's chugging along and eager to release once I am happy with this next...
It would be nice to add support for `ssh-agent`, so SSHKit can fetch keys stored by it. Update: Since our changes for adding agent-support to OTP have made it into...
As outlined in https://github.com/bitcrowd/sshkit.ex/issues/3, it would be nice to provide a way of specifying how to run The `SSHKit.run` function should let us specify, whether we want to execute: -...
It would be nice to provide a convenient way of streaming data between hosts (up & down) via SSH. See also: https://github.com/bitcrowd/sshkit.ex/pull/138#issuecomment-468443025, #150
Should we handle downloads from multiple hosts? If so, how do we make sure files with equal paths across hosts do not overwrite each other? E.g. do we add an...
In some cases, we're currently returning `{:error, "binary with error message…"}` tuples, which may complicate proper error handling because the binary message is harder to match against. Instead, we should...
`SSHKit.Utils.shellescape/1` and `shellquote/1` are just placeholders at the moment. They need to be implemented.
This is not directly related to the `capistrano/composer` plugin, but I didn't know where to best ask… Here seemed to be a somewhat suitable place since the target audience is...