Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: How Would I access a C++ compiler remotely through a Perl CGI Script?

by Anonymous Monk
on Oct 22, 2005 at 20:34 UTC ( [id://502251]=note: print w/replies, xml ) Need Help??


in reply to Re: How Would I access a C++ compiler remotely through a Perl CGI Script?
in thread How Would I access a C++ compiler remotely through a Perl CGI Script?

Is there any reason to not use HTTPS? It seems like that'd be more or less as safe as SSH and would allow for the ease of use he seems to be looking for.
  • Comment on Re^2: How Would I access a C++ compiler remotely through a Perl CGI Script?

Replies are listed 'Best First'.
Re^3: How Would I access a C++ compiler remotely through a Perl CGI Script?
by Flame (Deacon) on Oct 23, 2005 at 00:38 UTC
    Afraid you missed the true point behind SSH for this task. SSH requires a login/password for the machine you're logging into, whereas https is only going to encrypt the data that is sent between the two computers. SSH prevents a random person from using it, https will only prevent a random person in the middle from understanding what another random person is sending to and from the webserver.


    My code doesn't have bugs, it just develops random features.

    Flame

Re^3: How Would I access a C++ compiler remotely through a Perl CGI Script?
by Anonymous Monk on Oct 23, 2005 at 17:52 UTC
    https is also very expensive to implement especially for a personal project for a student
      https is not expensive to implement. What is expensive, is having thawte/verisign/other 'trusted' source verify a persons identity and sign their certificate. For an ecommerce site, where you have to convince random strangers that you are who you say you are, that is important, for a personal site, it isn't.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found