in reply to Best module to execute administrator commands on external operating systems (Linux)
I have in the past had to do similar things, and eventually gave up due to time constraints. I had the systems admin create an account that could do all that I needed to do and authenticated with a private key exclusively. It ended up being a much cleaner solution than trying to pass sudo onto a remote command line or using Expect to try and get stuff done.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Best module to execute administrator commands on external operating systems (Linux)
by thanos1983 (Parson) on Aug 15, 2014 at 14:09 UTC |