Hacker News new | ask | show | jobs
by amiga-workbench 1779 days ago
Key based auth is much more resistant to phishing. Its just one command to have openssh generate a key pair on your computer, and you're done. Password auth in general cannot go away fast enough.
1 comments

Not in Windows unless you have WOL installed.
I'm using Windows and git with ssh keys and haven't managed to install WOL.

What you need is to install Git for Windows. It will include ssh-keygen (if it's not already there) and you can do the usual dance.

Windows comes with ssh by default these days so you can easily ssh-keygen. Doesn't need WOL as I used that without WOL.