需要在 Apache PHP 脚本下运行 ssh-agent
我想在 apache 下执行的 PHP scipt 中运行 capistrano 命令。当我发出命令时,我需要启动 SSH-Agent。 Apache 在 www-data 用户下运行,该用户具有 ssh-agent 设置,但在 PHP 和 PHP 下运行任何命令时 ssh-agent 不可用。 Apache
有没有办法让 apache 用户启动 ssh-agent 以便其可用?还有其他解决办法吗?
i want to run a capistrano command in a PHP scipt executing under apache. i need SSH-Agent started when i issue the command. Apache runs under the www-data user which has ssh-agent setup but ssh-agent is not available when running any command under PHP & Apache
is there a way to have the apache user startup ssh-agent so its available? is there a nother work around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在启动
httpd
的脚本中启动ssh-agent
。Start
ssh-agent
in the script that startshttpd
.