When I log in with PuTTY, I always have to:
- change settings
- appearance
- font
- change
- 8
- resize window
so that I can see enough text to work with the log files.
I don't see where I can save these settings to my saved session. Is this possible?
Answer:
So the answer is click on change settings, change everything but then you have to also click on session the name again and save, thanks David:
You need to go "Change Settings -> Window" and set it there. Do the same under Appearance for the font and size.
Then go back to the session and save it.
Once you are done with your appearance and font settings save that to
Default Settings
session. This will help all your next session to open with the default settings you saved. Otherwise, you need to do this for every new server you added other than the saved ones.If you have multiple saved sessions and you wish to change them all at once, there is a way.
regedit.exe
(requires privilege escalation).HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
PuTTY
registry key and choose Export. Place the file wherever you please. Name it something likeputty.reg
. Very important, make sure you have only exported this one key, and not the entire registry. You might like to place this .reg file in Dropbox or other cloud storage as a backup, or to copy your session info to other machines.putty.reg
. Use search/replace to fix entries. If certain sessions do not contain the overrides from default you desire, add them.putty.reg
.putty.reg
with the copy you made to ensure you didn't change anything you did not intend to.putty.reg
in Explorer to overwrite the existing registry settings.Other things that I change are scroll back buffer size (mine is 32k) and logging. This can be very handy in the event of a crash, or just in case it overflows that buffer. I use the portableapps version of putty, and often have as many as 6 windows open, with no issues.
This works with Kitty Portable, I don't know if it applies to Putty Portable:
I had 51 preconfigured sessions and wanted to change window size for all of them. There is no settings option to achieve this, but you can do this:
C:\[Kitty/Putty Installation directory]\Sessions\
TermHeight\24\
toTermHeight\40\
TermWidth\80\
toTermWidth\120\
Font\<Fontname>
, Font size isFontHeight\10
...Needless to say Putty might be installed on another drive and you are allowed to choose your own values.
Actually it's very simple:
It's ready! Values are saved to your desired session.
If want to do this as permanent for the - Default session, click on it and do the above. Each saved session should be adjust separately!
BR, Miro