vagrant/plugins/communicators
Brian Cain 7a97f0a53e (#6640) Use default cipher list for ssh communicator
Prior to this commit, the ssh communicator would use the default cipher
list in Net::SSH to negociate which ciphers it should use between hosts.
Due to a bug in Net::SSH and the position of the `none` cipher in its
default cipher list, if a host supported the none cipher, but also
only supported other ciphers that came after none in the default list,
it would accept none and attempt to use that cipher instead of the other
supported ciphers. This commit fixes that behavior by copying the
default cipher list from Net::SSH and placing none last in the list so
that other ciphers can be used in the negotiation before attempting to
use the unsecure none cipher.
2017-06-09 17:18:15 -07:00
..
ssh (#6640) Use default cipher list for ssh communicator 2017-06-09 17:18:15 -07:00
winrm Cast host value to string prior to empty? check. 2017-03-06 09:14:04 -08:00
winssh Allow shell to be defined when calling #execute 2017-05-05 14:04:54 -07:00