You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2013/10/15 23:54:24 UTC

git commit: Always forward SSH keys to VMs.

Updated Branches:
  refs/heads/master 200aafb33 -> 458a1a78f


Always forward SSH keys to VMs.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/458a1a78
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/458a1a78
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/458a1a78

Branch: refs/heads/master
Commit: 458a1a78fc64d727f0f3014e21683327cdb03cb1
Parents: 200aafb
Author: Phil Sorber <so...@apache.org>
Authored: Tue Oct 15 15:53:52 2013 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Tue Oct 15 15:53:52 2013 -0600

----------------------------------------------------------------------
 Vagrantfile | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/458a1a78/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index d36dea0..3da6359 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -78,6 +78,9 @@ Vagrant.configure("2") do |config|
   # because it's faster and vboxfs doesn't support links.
   config.vm.synced_folder ".", "/opt/src/trafficserver.git", :nfs => true
 
+  # Always forward SSH keys to VMs.
+  config.ssh.forward_agent = true
+
   # Ubuntu 13.04 (Raring Ringtail)
   # Ubuntu 12.10 (Quantal Quetzal)
   # Ubuntu 12.04 LTS (Precise Pangolin)