Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tm-dev] RSE remote sudo commands

Hi,

I have a simple question regarding RSE - is there a built-in mechanism to run 'sudo' commands on remote Linux systems which have no root user e.g. Ubuntu? On the command line I would run something like:

"ssh -t myserver sudo mkdir /mydir"

And I'd then be prompted for my sudo password. 

Can this kind of thing be done with RSE, either out of the box or through some APIs?

Thanks,
Mike

Back to the top