capistrano3-monit icon indicating copy to clipboard operation
capistrano3-monit copied to clipboard

Does this require a passwordless sudo user?

Open chibeepatag opened this issue 8 years ago • 1 comments

Nothing happens when I run cap staging monit:status. I opened capistrano console (bundle exec cap staging console) and entered sudo monit status, it asked for a password.

chibeepatag avatar Sep 25 '17 13:09 chibeepatag

@chibeepatag if your server asks for a password, then this won't work, unfortunately.

I didn't setup any mechanism to handle that. (when I created this for my own use, I had password-less access via my SSH key)

naps62 avatar Sep 29 '17 23:09 naps62