[pdal-commits] [PDAL/PDAL] 35b355: Provide switch to turn on Vagrant's ssh forwarding
GitHub
noreply at github.com
Tue Apr 15 13:35:18 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 35b355f39b5d88801eeb80dfe038df05ed6c72fb
https://github.com/PDAL/PDAL/commit/35b355f39b5d88801eeb80dfe038df05ed6c72fb
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths:
M Vagrantfile
Log Message:
-----------
Provide switch to turn on Vagrant's ssh forwarding
The switch is an environment variable, PDAL_VAGRANT_SSH_FOWARD_AGENT,
which, when set to any value, turns on ssh.forward_agent in the
Vagrantfile. More information about ssh configuration options can be
found in the [Vagrant
docs](http://docs.vagrantup.com/v2/vagrantfile/ssh_settings.html).
To turn on ssh forwading automatically when you boot your PDAL Vagrant
VM, put the following in your bash profile:
export PDAL_VAGRANT_SSH_FORWARD_AGENT=true
It seems to me as if environment variables (with a PDAL_VAGRANT_ prefix)
might be the cleanest way to provide per-developer configuration for the
Vagrantfile. Other suggestions for these customizations are welcome.
Commit: 052bc22198fe813929b812aaf24e2d16b26ca9c6
https://github.com/PDAL/PDAL/commit/052bc22198fe813929b812aaf24e2d16b26ca9c6
Author: Howard Butler <howard at hobu.co>
Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths:
M Vagrantfile
Log Message:
-----------
Merge pull request #308 from gadomski/vagrant-ssh-forward-agent
Provide switch to turn on Vagrant's ssh forwarding
Compare: https://github.com/PDAL/PDAL/compare/76aab0fff825...052bc22198fe
More information about the pdal-commits
mailing list