Re: Net::SSH::Perl security question
- From: "J. Gleixner" <glex_no-spam@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 12:03:40 -0600
Joe wrote:
We have a need to allow users to submit a job through a web server
(front end machine) to run on back end cluster machines. I made use of
Net::SSH::Perl in a CGI program to realize this. One thing I notice
is that the CGI program requires a "/.ssh/known_hosts2" at the top
path of the file system on the front end machine where Apache is
running. I wonder does this potentially compromise any security on the
system? Need expert advice ...
Nothing to do with perl, however, the answer to your question is "No."
For more details, read the documentation for ssh:
man ssh
or discuss in a security/ssh related newsgroup.
Also, the CGI program doesn't require it, SSH is what uses/creates it.
Furthermore, the directory should be under the username running
the Apache process, not under root ( '/' ).
.
- References:
- Net::SSH::Perl security question
- From: Joe
- Net::SSH::Perl security question
- Prev by Date: Perl and a Ramdisk
- Next by Date: Re: Perl and a Ramdisk
- Previous by thread: Net::SSH::Perl security question
- Next by thread: Re: Net::SSH::Perl security question
- Index(es):
Relevant Pages
|