int128 / gradle-ssh-plugin

Gradle SSH Plugin
https://gradle-ssh-plugin.github.io
Apache License 2.0
319 stars 60 forks source link

Is it possible use "sudo su userName" somehow? #248

Closed MercurieVV closed 8 years ago

MercurieVV commented 8 years ago

I want to switch to another user with sudo su, but then script just freezes, next line not executed.

int128 commented 8 years ago

Use sudo -u anotheruser command instead su in order to execute a command as another user.