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: 253

Filed under:
|

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:

  1. PuTTy tools are not in my PATH (easily fixable)
  2. 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
  3. The private key's read permissions seem lax (I might be wrong about this, I a klutz on Windows).
  4. Pageant doesn't run by default (easily fixable?)
  5. 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

Related posts about ssh

Related posts about putty