NBCUTechnology / pubstack

⛔️ [DEPRECATED] Publisher's DevStack
MIT License
8 stars 8 forks source link

Document proper ssh-agent forwarding for pubstack #169

Closed ericduran closed 7 years ago

ericduran commented 9 years ago

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.

scottrigby commented 9 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:

scottrigby commented 7 years ago

See #194.