I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-03-02 19:29:11.9095-08 by jasonwelcker in response to 3412
Re: Pubkey authentication from ssh-agent within a CGI.
Did you ever find a solution to this problem? I'm running into the same issue trying to use a ssh-agent inside a CGI script. I know what the problem is, the ssh process isn't communicating with the ssh-agent, because it simply doesn't know about. We'd set the env vars in a normal shell, but I can't seem to make perl aware of the agent. I'm at a brick wall with the idea of 'exporting' the variables this way: $ENV{'SSH_AUTH_SOCK'} = $sock; $ENV{'SSH_AGENT_PID'} = $pid; Any suggestions would be much appreciated! Jason Welcker
Direct Responses: Write a response