Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks - I am trying to connect and fire a bunch of commands using ssh. I am in the prod environment and dont have approval to install modules like Net::SSH /OpenSSH. Is there any way i can fire commands over SSH to remote server, without using the above/any modules? Can this be achieved using : system("ssh host"); So far, the system(); menthod has been giving me troubles. Does anybody know the trick ? Thanks very much in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Remote SSH to linux Server without using Module
by Corion (Patriarch) on Aug 20, 2015 at 17:23 UTC | |
|
Re: Remote SSH to linux Server without using Module
by sierpinski (Chaplain) on Aug 20, 2015 at 17:52 UTC | |
|
Re: Remote SSH to linux Server without using Module
by kroach (Pilgrim) on Aug 20, 2015 at 18:41 UTC | |
|
Re: Remote SSH to linux Server without using Module
by hippo (Archbishop) on Aug 21, 2015 at 09:00 UTC | |
|
Re: Remote SSH to linux Server without using Module
by adefaria (Beadle) on Aug 25, 2015 at 16:48 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |