How can I change the SSH Username when provisioning.
In my vagrantfile I have set 'config.ssh.username = "freebsd" ', but when vagrant try to connect via SSH it seems to use username 'root':
INFO retryable: Retryable exception raised: #<RuntimeError: not ready>
DEBUG ssh: Checking whether SSH is ready...
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: xxx.xxx.xxx.xxx
INFO ssh: - Port: 22
INFO ssh: - Username: root
INFO ssh: - Password? false
INFO ssh: - Key Path: ["C:/Work/Dropbox/Dropbox/DigitalOcean/keys/ssh-prv-key
.openssh"]
The 'vagrant ssh' works fine.