sshkit-sudo icon indicating copy to clipboard operation
sshkit-sudo copied to clipboard

SSHKit extension, for sudo operation with password input. It can be used in Capistrano 3 tasks.

Results 3 sshkit-sudo issues
Sort by recently updated
recently updated
newest added

If you deploy to multiple servers that require typing in a password, all the prompts get concatenated together and you end up only being able to respond to one of...

I was wondering if it would be possible to support calls to the [as()](https://github.com/capistrano/sshkit/blob/e60b80ab13f0df89a9843dbca28c8163509e3c18/lib/sshkit/backends/abstract.rb#L91) method? For some reason I couldn't work out, when [execute](https://github.com/capistrano/sshkit/blob/e60b80ab13f0df89a9843dbca28c8163509e3c18/lib/sshkit/backends/abstract.rb#L99) is called, it does not call...