Closed ericduran closed 7 years ago
Just mentioning here too so we remember: as long as ssh-add
is performed (manually, or by some other ssh operation that automatically adds it to your current shell session), our Vagrantfile
handles this for us during vagrant ssh
(with this: config.ssh.forward_agent = true
). We shouldn't have to do anything else, except document this :book:
See #194.
This allows you to not create a new ssh key for the vagrant user inside of pubstack and just piggy back on your local machine ssh so you can drush @pub7.prod sql-sync, etc... without needed to auth in vagrant.