[packages/vagrant] add note how to disable insert key per user

glen glen at pld-linux.org
Fri Aug 21 10:08:11 CEST 2015


commit cf7a6c1a8fa5aba52a0c04e6ed093c21cd88afb5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Aug 21 11:07:17 2015 +0300

    add note how to disable insert key per user

 insert-key.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/insert-key.patch b/insert-key.patch
index aa607b3..ad9f383 100644
--- a/insert-key.patch
+++ b/insert-key.patch
@@ -2,6 +2,17 @@ disable insert_key=true by default
 
 https://github.com/mitchellh/vagrant/issues/2608
 
+
+NOTE: this can be done globally for your own account as well:
+
+  @TomyLobo:
+
+  Not exactly true, you can also put this in a ~/.vagrant.d/Vagrantfile to apply it to all machines on your desktop.
+
+  config.ssh.insert_key = false
+
+https://github.com/mitchellh/vagrant/pull/4707#issuecomment-132910396
+
 --- vagrant-1.7.1/plugins/kernel_v2/config/ssh_connect.rb~	2014-12-12 11:36:39.000000000 +0200
 +++ vagrant-1.7.1/plugins/kernel_v2/config/ssh_connect.rb	2015-02-01 20:47:27.907465716 +0200
 @@ -23,7 +23,7 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vagrant.git/commitdiff/cf7a6c1a8fa5aba52a0c04e6ed093c21cd88afb5



More information about the pld-cvs-commit mailing list