scotch-io / scotch-box

Scotch Box is a preconfigured Vagrant Box with a full array of LAMP Stack features to get you up and running with Vagrant in no time.
http://box.scotch.io
2.7k stars 548 forks source link

Add SSH forwarding example to documentation #394

Closed gitressa closed 2 years ago

gitressa commented 5 years ago

I am not sure where it should go, but I could have benefited from knowing how to allow SSH forwarding, so that the host machine SSH keys are used when committing to Github or Gitlab from inside the Scotch Box. # Forward the SSH Agent by allowing SSH connections to use your private keys from the host config.ssh.forward_agent = true