Skip to content

Instantly share code, notes, and snippets.

@motsmanish
Created January 6, 2017 05:16
Show Gist options
  • Save motsmanish/6b4a6353bdd7c2792292486a91eaaab4 to your computer and use it in GitHub Desktop.
Save motsmanish/6b4a6353bdd7c2792292486a91eaaab4 to your computer and use it in GitHub Desktop.
SSH homestead using WinSCP
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