Net-SSH - Re: ssh without using net::ssh

Posted on Wed May 31 08:52:33 2006 by szabgab in response to 2342 (See the whole thread of 2)
Re: ssh without using net::ssh
Why can't you use third party?
I saw in many places that people just copied the module, renamed it and told their bosses it is their implementation. This might not be right Licence wise. Yous should check the licence of the module.
Other than this you can use
ssh user@remote.server.com "some remote command"
from within your locally running Perl script.
Write a response