vagrant/lib/vagrant/util
Brian Cain b45ee4f455 (#6656) Format windows paths for ssh_config command
Prior to this commit, if the ssh-config command was invoked within
cygwin or msys2, it would show a regular windows style path for private
keys rather than a path that could be used within msys2 or cygwin. This
commit updates that behavior by converting all of the private key paths
to the proper msys2 or cygwin path if the platform is windows and the
command was invoked from one of those two shells.
2017-08-25 13:17:19 -07:00
..
ansi_escape_code_remover.rb Don't strip color codes with ANSI escape code remover 2012-02-05 13:30:21 +01:00
busy.rb Return the value of the yielded block in Busy 2013-04-03 08:31:41 -07:00
command_deprecation.rb Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
counter.rb Fix some issues with the atomic counter and chef-solo 2011-08-03 21:28:29 -07:00
credential_scrubber.rb Scrub credentials from box URLs 2017-01-12 13:24:46 -08:00
deep_merge.rb provisioners/salt: don't use exteranl deep_merge [GH-2348] 2014-03-07 09:18:34 -08:00
downloader.rb Downloader checksum output information and digester usage 2016-11-14 10:22:25 -08:00
env.rb Remove direct bundler usage within Env util 2016-12-07 06:00:56 -08:00
file_checksum.rb Improved box checksum verification performance 2014-06-23 19:17:37 -07:00
file_mode.rb Copy insecure private key to user owned directory [GH-580] 2011-12-11 16:32:25 -08:00
guest_inspection.rb guests/rhel: Update network configuration 2017-04-26 13:15:33 -07:00
hash_with_indifferent_access.rb Typo fixes for docs 2010-12-14 22:06:15 -08:00
io.rb core: change select timeout to 1 for WIndows [GH-5309] 2015-07-06 13:54:00 -06:00
is_port_open.rb Rescue Errno::ENOTCONN 2016-03-31 17:02:50 +02:00
keypair.rb core: retry SSH keygen on RSAError [GH-5056] 2015-07-06 14:44:23 -06:00
line_ending_helpers.rb Convert line endings to Unix-style [GH-727] 2012-02-10 18:07:59 -08:00
network_ip.rb providers/virtualbox: IPv6 host only networks 2015-09-30 17:23:25 -07:00
platform.rb (#6656) Format windows paths for ssh_config command 2017-08-25 13:17:19 -07:00
powershell.rb Validate powershell prior to powershell use 2017-07-31 15:05:41 -07:00
presence.rb Use the new presence helpers in the Chef provisioner 2015-11-23 18:33:47 -05:00
retryable.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
safe_chdir.rb Get rid of unnecessary variable 2013-04-03 08:31:43 -07:00
safe_env.rb core: catch EINVAL on setting env vars [GH-6017] 2015-11-23 09:39:51 -08:00
safe_exec.rb Make best effort to encode to UTF-8. On failure log error and retain original. 2017-07-24 17:04:25 -07:00
safe_puts.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
scoped_hash_override.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
shell_quote.rb core: put shell quoting into its own util class, it is useful 2013-12-13 21:17:15 -08:00
silence_warnings.rb core: Silence ruby warnings when loading external machines 2014-04-21 13:51:25 -07:00
ssh.rb (#8697) Introduce extra_args setting for ssh configs 2017-08-17 09:02:20 -07:00
stacked_proc_runner.rb Move stacked proc runner to the util directory 2010-03-18 12:08:33 -07:00
string_block_editor.rb Properly quote regular expression inputs to StringBlockEditor 2013-03-14 12:41:03 -07:00
subprocess.rb Remove subprocess command string re-encoding to default external 2017-03-23 09:16:27 -07:00
template_renderer.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
which.rb Use helper module to silence warnings 2017-05-08 17:03:38 -07:00
windows_path.rb core: expand Windows short paths 2015-11-20 14:49:21 -08:00