By default, Vagrant uses an insecure private key used when logging into the machine with vagrant ssh.
Vagrant supports specifying a different private key via private_key_path however I am not clear how I can best deliver this key with the box file. The tutorials and websites that I found usually assume that the users have the key installed in a common place.
However, I would like deliver just a box file without additional setup steps.
Can I only do this with vagrant's standard ssh key ?