Closed Keeo closed 10 years ago
Ok, i have found flag to force sudo for ssh
delivery :ssh do
user "asdfg"
password "asdfg"
role :app, "111.111.111.111"
use_sudo true
end
if this is expected behavior please close.
Should be resolved by 32325b868d0c61e8aef4381b194318b36a2de490. Will make a gem release soon.
Using capistrano or ssh to log into server i am not able to force it to use sudo. I guess i am missing some flag but i cant find it anywhere. When i log int through putty it works fine. Thanks for advice.