vagrant/plugins/guests/linux/cap
Jonathan f7f46ba47d Append newline to each key added
The change to this file 10 days ago removed a newline character at the end of each key added to it. This mean that when another key was added, it continued on the same line as the one before and thus wasn't being detected when an ssh connection came in with a key file.

With regards to https://github.com/mitchellh/vagrant/issues/7455 this is an (ugly) fix.

I'm sure someone knows a better command to concat a file and a string and append it to the `authorized_keys` file. But this does fix the problem.
2016-06-15 23:56:22 +01:00
..
choose_addressable_ip_addr.rb guests/linux: Add tests for choosing addressable IP 2016-06-06 11:58:31 -04:00
halt.rb Halt and mount NFS are caps 2013-04-03 23:33:20 -07:00
insert_public_key.rb Append newline to each key added 2016-06-15 23:56:22 +01:00
mount_nfs.rb guests/linux: Fix compatibility with dash shell 2016-06-06 12:59:51 -04:00
mount_smb_shared_folder.rb guests/linux: Fix compatibility with dash shell 2016-06-06 12:59:51 -04:00
mount_virtualbox_shared_folder.rb guests/linux: Fix compatibility with dash shell 2016-06-06 12:59:51 -04:00
nfs_client.rb synced_folders/nfs: automatically install NFS client if possible 2014-01-09 16:58:20 -08:00
port.rb guests/linux: set a timeout on nc 2014-04-21 13:55:40 -07:00
read_ip_address.rb Use sudo for read_ip_address capability 2015-07-10 13:25:11 -06:00
remove_public_key.rb Fix permissions on "~/.ssh/authorized_keys" 2015-11-22 19:24:33 +02:00
rsync.rb Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
shell_expand_guest_path.rb guests/linux: fix exception when printf is empty [GH-5846] 2015-07-05 17:14:48 -07:00