Hacker News new | ask | show | jobs
by brazzledazzle 3510 days ago
I find PuTTY so aggravating to use. I've only used Cygwin but I assume msys2 has an ssh client. Do you use PuTTY over that since it's the workflow you're used to or do you find it to be a better experience?
1 comments

Pagent has become a sort of de-facto standard for ssh agents on Windows. Once I get my Yubikey set up, I can even substitute gpg for Pagent and have it speak the same protocol (it's a setting, off by default).

Git for Windows drops in a command line ssh client pre-configured for Pagent auth, and git itself can pull keys from Pagent as well. I just needed to tweak my path so that ssh client gets used instead of msys2's.

I'm with you. I can't stand the actual PuTTY app itself.