Skip to content

Commit

Permalink
Merge pull request laravel#936 from aFreshMelon/patch-1
Browse files Browse the repository at this point in the history
Better SSH key comment
  • Loading branch information
taylorotwell committed Oct 16, 2014
2 parents 10cb154 + 68d5411 commit 26b2bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Next, you should edit the `Homestead.yaml` file included in the repository. In t

Don't have an SSH key? On Mac and Linux, you can generally create an SSH key pair using the following command:

ssh-keygen -t rsa -C "[email protected]"
ssh-keygen -t rsa -C "you@homestead"

On Windows, you may install [Git](http://git-scm.com/) and use the `Git Bash` shell included with Git to issue the command above. Alternatively, you may use [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) and [PuTTYgen](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).

Expand Down

0 comments on commit 26b2bff

Please sign in to comment.