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

Multiple Servers

Open cfis opened this issue 8 years ago • 0 comments

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 them (this is true even if its the same password for each server). The code that requests passwords should be protected by a mutex so you can handle each server one at a time.

cfis avatar Jun 20 '16 07:06 cfis