You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One user reported that when running vagrant ssh and then running various wp-pull-* commands they all ask for password. However SSHing into the same remote server from outside the Vagrant box works.
Running ssh-add -L inside the Vagrant box does not list any keys. Apparently SSH key forwarding does not always work despite being configured explicitly in the Vagrantfile. This was on Vagrant 2.0.2, so it could not have been related to something new in Vagrant, but rather some kind of regression or situation that can breach ssh-agent.
The text was updated successfully, but these errors were encountered:
We are facing this issue in the vagrant up stage when trying to pull the production DB. Even though the host has valid ssh keys, a password is needed to pull the DB.
After the VM is up and running, doing a vagrant ssh and wp-pull-production-db works with ssh keys as expected.
One user reported that when running
vagrant ssh
and then running variouswp-pull-*
commands they all ask for password. However SSHing into the same remote server from outside the Vagrant box works.Running
ssh-add -L
inside the Vagrant box does not list any keys. Apparently SSH key forwarding does not always work despite being configured explicitly in theVagrantfile
. This was on Vagrant 2.0.2, so it could not have been related to something new in Vagrant, but rather some kind of regression or situation that can breach ssh-agent.The text was updated successfully, but these errors were encountered: