Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Remote Administration using Apache mod_perl

by DrHyde (Prior)
on Sep 05, 2003 at 08:43 UTC ( [id://289137]=note: print w/replies, xml ) Need Help??


in reply to Remote Administration using Apache mod_perl

No, you really really REALLY don't want to do this with CGIs, it's a terrible idea.

If you want a solution like ssh which needs to run through an http proxy then the suggestion of just putting an ssh server on a webby port probably won't help, because the proxy will try to parse ssh and get horribly confused.

Instead, you need to wrap the ssh protocol in http. You want to use httptunnel, which lets you wrap *any* protocol in http. No need to use https of course, because while the wrapper might be plain-text, the ssh packets encapsulated therein are still nicely opaque.

httptunnel can be downloaded from here.

  • Comment on Re: Remote Administration using Apache mod_perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found