Scp files to vagrant

So our work environment makes use of Vagrant to emulate real environment and the setup is ….annoying LONG but luckily you only need to set it up one…until the box is acting up……in which case you have to destroy and set it up again.

Fine. But here’s where it gets very annoying because you have to regenerate public key for the box again. It dawns on me that since the box lives in my machine, why can’t I just reuse the public key that I already generate to pull the repository in the first place.

Continue reading Scp files to vagrant