是否可以在ubuntu上为www-data用户保存凭据?我需要它将其推送到php脚本中的私有Github存储库中,但由于每次运行都需要凭据,因此目前无法正常工作。
预先感谢:)
答案 0 :(得分:0)
如果您使用SSH而不是HTTPS来访问GitHub远程服务器,则可以使用SSH密钥进行身份验证。生成无密码的SSH密钥作为www-data,然后将生成的公共密钥添加到GitHub设置中。
请参阅:https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#platform-linux 和https://help.github.com/articles/reviewing-your-ssh-keys/