I am tired of the continuous issues with Mamp Pro and I am trying to set up Vagrant and Homestead on my IMac which has Yosemite installed currently.
I am following along in the Build Larabook From Scratch Series and watching the first video that talks about how to install both Vagrant and Homestead.
When I got to about the 2:04 point in the first video @JeffreyWay talks about SSH keys. I have a github account but its really been so long since I've done something with it that I just decided to just put in the following code as he says to do
ssh-keygen -t rsa -C "you@homestead"
So after doing so in my console this is what follows
Jeffreys-iMac:Personal jeffreydavidson$ ssh-keygen -t rsa -C "you@homestead"
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/jeffreydavidson/.ssh/id_rsa):
At this point I am not sure what file to save the key to. Can someone explain to me what would be the best file to have it save the key to?