Web からスクリプトを使用して、クラウド サーバーに github リポジトリをプルする必要があります。シェル スクリプト ファイルにアクセスするための php スクリプトを作成しました。プルを行うときに使用するコマンドは 4 つあります。
sudo su
eval $(ssh-agent)
ssh-add
git pull repository master
問題は、スクリプトがssh-add
I have to type a password, how can I type a password in shell script? を実行するときです。