hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.02k stars 4.42k forks source link

Open private key file in binary mode when writing #13329

Closed chrisroberts closed 5 months ago

chrisroberts commented 5 months ago

Prevent newlines from being converted to CRLF when writing private key to file.

Fixes #13284