Putty maintenance

4

The supervisor has asked the team to maintain all the putty logs, which we currently do by manually setting the logs. However, we often get new servers, and sometime switch computers to a fresh one.

Is there are any way where we could do the following :

  1. Set putty ( by default ) to capture logs for all new saved sessions.
  2. Rotate logs on weekly/monthly basis.
  3. Carry settings and logs to new machine.

Thanks, John

John Prince

Posted 2011-06-27T09:42:40.690

Reputation: 41

You'll probably need to edit the source code accordingly, then compile accordingly. Source code can be obtained from here (see near the end of the page): http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

– Randolf Richardson – 2011-06-27T09:55:29.870

Answers

3

  1. set up default settings, save them and copy it over on install

  2. use task scheduler

  3. save settings and move over to the new box. maybe use an SVN for logs...

Journeyman Geek

Posted 2011-06-27T09:42:40.690

Reputation: 119 122

Thanks for reply, dont you've anything which could all the tasks at one go. I know this is lot, however it would be go, as this will used by the team, and not just for me. Usually, what happens is that, team members do not follow the putty logging strickly, and they just saw they forget to put the settings. – John Prince – 2011-06-27T10:18:02.573

1

Use Portable Putty. Everytime you move to a new computer you just copy it over. There are also some addons that prevent putty to write to registry and write things to files instead. Eventually you could try using Putty from one central location (and everyone would be doing the same) but I didn't tested this so hard to say what would be the effect of this.

MadBoy

Posted 2011-06-27T09:42:40.690

Reputation: 2 751

We've run non-portable PuTTY from a network share for years (without logging, but that shouldn't matter). So I'd say Portable PuTTY, on a share, with all sessions logging to a share, and a Group Policy Preference putting a link to that particular PuTTY on the desktop. – Mike Renfro – 2011-06-27T12:25:06.490