I need to write a application that can log in to a serevr farm and change as different user (sudo su -l user2) and execute a couple of commands and print the results. I dont want to use Expect module to supply the passwords and I dont have the infrastructure to have the ssh fingerprint copied to all the servers in the farm. Is there a possibility to use the default ssh -t option with Net::SSH::Perl module
| Comment on SSH and Sudo | |
|---|---|
| Re: SSH and Sudo by shmem (Canon) on Nov 16, 2012 at 07:34 UTC | |
| Re: SSH and Sudo by betterworld (Deacon) on Nov 16, 2012 at 07:47 UTC | |
| Re: SSH and Sudo by salva (Monsignor) on Nov 16, 2012 at 08:50 UTC |