Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Remote SSH to linux Server without using Module

by sierpinski (Chaplain)
on Aug 20, 2015 at 17:52 UTC ( [id://1139345]=note: print w/replies, xml ) Need Help??


in reply to Remote SSH to linux Server without using Module

Having worked (and still work) within the constraints of a "prod environment", I can appreciate the issue, but I must ask for some details:

  1. Is the constraint just for prod, ie can you test this in dev/test and then promote the code into production?
    • Reason: if this is the case, then go the correct route and install the Net::SSH module and follow the proper promotion procedure.
  2. Is it just a limitation of technology (ie proxy), permissions (no root) or process (not allowed) that you can't install modules?
    • Reason: If it's a permissions issue, you can install the modules in your home directory for example, and "use lib" those modules, or you can download them directly from CPAN and install them manually if a proxy is the issue.
Honestly if the correct solution is to use a module like Net:SSH (which sounds like it's the case) there should be a way. I'm no stranger to corporate BS, but hopefully there is light at the end of the tunnel.
  • Comment on Re: Remote SSH to linux Server without using Module

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1139345]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found