Make initial PuTTY configuration window larger

4

1

In PuTTY, I'd like to know how to make the initial configuration window larger. I've got like 50 devices saved and it's such a tiny box to scroll in. I'd prefer to make it the full length of the screen to search for my saved configurations.

So; this is not to be confused with the window size of an actual SSH session; but just the initial window where you can scroll through your saved sessions before you open one.

JamesR404

Posted 2012-04-19T09:22:01.783

Reputation: 51

1I do not believe that this is possible, but I do know that the fork of PuTTY known as KiTTY has a significantly larger configuration window and can create folders to sort your configuration entries into. – Rilgon Arcsinh – 2012-04-19T09:48:18.540

Thinking laterally: you can make a catalog of session shortcuts to directly connect to each of your saved sessions. Then you are limited by the Explorer window which you can make any size you want.

– Daniel Andersson – 2012-04-19T09:53:14.247

Answers

7

It's not possible with standard PuTTY.

You should look into modified versions of PuTTY or extensions like:

In case you're using PuTTY on Windows 7, you might also be interested in the jumplist integration of the latest version.

Der Hochstapler

Posted 2012-04-19T09:22:01.783

Reputation: 77 228

+1 for being bolder than I was and actually answering instead of commenting (and being 100% sure about it). – Rilgon Arcsinh – 2012-04-19T10:06:43.247

Great, Putty Session Manager does the trick. http://sourceforge.net/projects/puttysm/

I'll also check out Kitty.

Do you have a personal preference?

– JamesR404 – 2012-04-19T10:13:13.623

@JamesR404 I looked into this myself a while ago and just ended up with PuTTY again. The forks didn't have the latest PuTTY features and it just didn't feel right. I currently use plain PuTTY and just heavily rely on Jumplists. Maybe I'll take this as an opportunity to check out alternatives again :) – Der Hochstapler – 2012-04-19T10:18:33.637

4

  1. You can try Kitty, a fork of Putty. It still does not have resizable config window, but the session list is much bigger.

  2. Consider using an external remote connections manager. I had a similar problem, not only with Putty sessions, but also with Remote Desktop connections and decided to use mRemoteNG to manage all my remote connection information. It offers full integration with Putty, it can use existing session definitions but you can also store the settings in mRemote's XML config file.

EDIT: Sorry I did not notice Oliver Salzburg's earlier answer.

MBu

Posted 2012-04-19T09:22:01.783

Reputation: 1 216

1

you can use this connection in kitty to change the size of the screen problem solved.

http://www.9bis.net/kitty/?page=Config+Box&theme=PuTTY

To modify the size of the configuration box window (for non standard dpi settings) just add this:

[ConfigBox] windowheight=800

Regards!

ediaz

Posted 2012-04-19T09:22:01.783

Reputation: 11