sshkit-sudo
sshkit-sudo copied to clipboard
Multiple Servers
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.