Efficient PuTTy workflow / configuration
Posted
by
Adrian Ratnapala
on Super User
See other posts from Super User
or by Adrian Ratnapala
Published on 2012-01-05T02:58:31Z
Indexed on
2013/10/17
16:06 UTC
Read the original article
Hit count: 283
PuTTy is a fine SSH client, but how do you get a workflow managed as slickly as OpenSSH on Unix? My issues with PuTTy's management are:
- PuTTy tools are not in my PATH (easily fixable)
- PuTTy seems to have no equivalent of ~/.ssh, so I end have to manually choose locations for my keypairs, and then manually tell all the tools where to find them every time
- The private key's read permissions seem lax (I might be wrong about this, I a klutz on Windows).
- Pageant doesn't run by default (easily fixable?)
- Other programs don't reliably find pageant
I suspect all of these problems can be fixed if I just get set my system up properly, and/or organise a nice workflow that fits into PuTTy's way of doing things. So can anyone share some success stories about managing PuTTy?
© Super User or respective owner