Brian Cain
c562db4c6e
( #10125 ) Add note about /etc/hosts for guest hostname setting
2018-08-17 10:51:00 -07:00
Chris Roberts
57e0bb5105
Update net-ssh constraint
...
Also includes mapping of verify_host_key value to new values
introduced in 5.0.0
2018-07-27 16:30:06 -07:00
Chris Roberts
0558a2f49e
Include missing assignment in docs
2018-07-19 09:52:34 -07:00
Chris Roberts
e9623ca52b
Add documentation for plugins entry in Vagrantfile
2018-07-18 15:49:30 -07:00
marjune
8e5dc0dfe8
add missing section separator for config.ssh part
2018-06-10 22:36:45 +08:00
Josh Soref
1a5ddea9f4
Spelling fixes
...
* account
* addresses
* administrator
* afterwards
* because
* bridgeable
* capabilities
* capability
* checksum
* configuration
* configuration for
* configure
* criteria
* delimited
* delivered
* derivatives
* description
* detect
* directory
* display
* downloading
* during
* electric
* enabling
* encountered
* equivalent
* executable
* executed
* hashicorp
* hypervisor
* hyphens
* implementation
* incorporate
* inheritance
* initialize
* instance
* instead
* interactions
* invocable
* machine
* maximum
* message
* mounting
* overridden
* overwrite
* paramiko
* preparing
* provides
* provisioning
* recursively
* requested
* resetting
* retryable
* running
* satisfied
* searching
* sometimes
* specified
* successfully
* synced folders
* unauthorized
* underlying
* userprofile
* vagrant
* vagrantfile
* variable
* various
* version
* virtual
* windows
2018-03-14 14:41:04 +00:00
Cladis
d0d78a921f
confiured → configured typo fix
2018-02-02 16:02:28 +02:00
Chris Roberts
0c5e068357
Merge pull request #9378 from briancain/fix-doc-spacing
...
Add space to fix markdown error in docs
2018-01-16 20:14:18 -08:00
Chris Roberts
3fc293d621
Add example for sensitive option
2018-01-16 16:04:32 -08:00
Brian Cain
726f89bab7
Add space to fix markdown error in docs
2018-01-16 14:26:09 -08:00
Chris Roberts
f2f8bc2db5
Add Vagrantfile configuration option to register sensitive values
2018-01-15 07:23:47 -08:00
Alvaro Miranda Aguilera
a88eb95727
update ssl to :ssl
2018-01-08 14:21:00 +01:00
Brian Cain
2fb12a15e5
Update website with new config.ssh setting and deprecation of :paranoid
2018-01-05 13:23:31 -08:00
Jordan Danford
de16f56b45
Fix stray backquote in "Vagrantfile / SSH Settings" section of docs
2017-09-20 09:37:31 -07:00
Brian Cain
ffec0ff8d9
( #8697 ) Introduce extra_args setting for ssh configs
...
Prior to this commit, there was no way to add additional ssh arguments
within a Vagrantfile for a given vagrant machine. This commit introduces
a new option extra_args that allows users to pass in a single argument
or an array of flags that will be added onto the ssh command.
2017-08-17 09:02:20 -07:00
hvle
8086f4b71a
typo
2017-08-12 22:58:12 +02:00
Chris Roberts
bcc09e10e6
Make upload directory for winssh communicator configurable
...
Fixes #8731
2017-07-07 11:04:37 -07:00
Chris Roberts
5f955c3d38
Convert atlas references to vagrant cloud
2017-06-23 10:01:51 -07:00
Brian Cain
b02f110cd8
( #7855 ) Introduce more ssh options for machines
...
This commit allows the user to configure two additional options that
were previously not configurable: Compression and DSAAuthentication.
Each config option is set as a boolean, and if left out of the config
will default to its previous behavior which is included and set to
"yes". If the user explicitly sets it to false, it will not be included
as an ssh option.
2017-06-15 16:29:53 -07:00
Chris Roberts
c042fa8b24
Add configuration documentation for winssh communicator
2017-04-16 08:02:39 -07:00
Chris Roberts
64d49451ab
Add note on output behavior when pty enabled.
2017-01-12 13:34:40 -08:00
Chris Roberts
159fca9d13
Merge pull request #8109 from kenorb/patch-2
...
Add missing config.ssh.keep_alive docs [GH-516]
2017-01-05 15:23:57 -08:00
Rafal
25a1e79e27
Add missing config.ssh.keep_alive docs [GH-516]
2016-12-11 13:33:45 +00:00
Matt Wrock
725824e1dd
refactor winrm communicator to use latest winrm gems and v2 api
...
Signed-off-by: Matt Wrock <matt@mattwrock.com>
2016-12-11 00:52:00 -08:00
Chris Roberts
dfc5e0d9a0
communicator/ssh: Allow custom generation of environment variable exports
2016-11-08 09:50:39 -08:00
Zack Train
cb70749bd8
redux of pr 7398 for ssh-agent key fix
2016-08-11 11:48:10 -07:00
Seth Vargo
d44fcf2d52
Allow customization of keys_only & paranoid SSH
...
This adds two new SSH configuration options:
- `keys_only`
- `paranoid`
These values were previously hard-coded, but can now be user-specified.
Fixes GH-4275
2016-05-29 18:03:03 -04:00
Seth Vargo
e3c327b977
Fix typo
...
Fixes GH-7315
2016-05-14 11:28:36 -04:00
Jack Pearkes
16ef95e829
website: add a page to send folks to get to a signup link for atlas
2016-03-08 10:53:51 -08:00
Seth Vargo
3b252d37eb
Merge pull request #6922 from mwrock/negotiate
...
upgrade to latest winrm and winrm-fs versions
2016-02-03 09:52:48 -05:00
Seth Vargo
b24e69eb60
Always use a string for Vagrantfile version
2016-02-02 09:43:28 -05:00
Matt Wrock
7ef4ae9e10
use NTLM/Negotiate authentication over basic authentication
2016-01-27 11:57:41 -08:00
Seth Vargo
2faa510120
Tabs to spaces
2016-01-19 14:54:13 -05:00
Seth Vargo
5093f3120e
Merge docs and www into a single static site
...
This is a big commit, and I apologize in advance for the future
git-blames all pointing to me. This commit does a few things:
1. Merges the website/docs and website/www repo into a single website repo
to be in line with other HashiCorp projects
2. Updates to use middleman-hashicorp
3. Converts less to scss to be in line with other projects
4. Updates page styles to be in line with other projects
5. Optimizes images
6. Prepare for S3 + Fastly deployment with scripts, etc.
7. Removes blog posts (they have been transferred to hashicorp.com with
redirects in place
8. Updated sitemap generation script for better SEO
9. Fixed many broken links
10. Add description to all fields
2016-01-19 14:35:05 -05:00