Open
Description
I've just found the tool and I'm very impressed, but I can't figure out how to use sudo on a remote server.
From what I've read in the documentation is supposed to run not interactively, so I could provide a password with sudo -S
.
Considering that I'm running a script only on one server at a time I'd rather have an interactive session, which seems to be possible using the --tty
parameter, but then I don't SSH into the server automatically anymore.
What's the recommended solution here?