Created
January 6, 2017 05:16
-
-
Save motsmanish/6b4a6353bdd7c2792292486a91eaaab4 to your computer and use it in GitHub Desktop.
SSH homestead using WinSCP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In your WinSCP tool: | |
# Under the session section: | |
Host name: 127.0.0.1 | |
Port: 2222 | |
Username: vagrant (or the username you have used to create the box) | |
password: (leave it blank) | |
# Under Advanced section: | |
Under SSH -> Key Exchange | |
- Browse Private Key file (PPK) under Authentication paramaters [You can create PPK with PuttyGen tool from your private SSH Key] | |
And you are good to go. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment