Topics: AIX, System Admin↑ Export and import PuTTY sessions

PuTTY itself does not provide a means to export the list of sessions, nor a way to import the sessions from another computer. However, it is not so difficult, once you know that PuTTY stores the session information in the Windows Registry.

To export the Putty sessions, run:

regedit /e "%userprofile%\desktop\putty-sessions.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions

Or, to export just all settings (and not only the sessions, run:

regedit /e "%userprofile%\desktop\putty.reg" HKEY_CURRENT_USER\Software\SimonTatham

This will create either a putty-sessions.reg or putty.reg file on your Windows dekstop. You can transfer these files over to another computer, and after installing PuTTY on the other computer, simply double-click on the reg file, to have the Windows Registry entries added. Then, if you start up PuTTY, all the sessions information should be there

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
AIX Replacing a failed disk (rootvg)
Viewed 7864 times since Tue, Jul 17, 2018
How to enable Large Pages for a specific user on AIX?
Viewed 1652 times since Thu, Nov 29, 2018
Script to show Total, Free and Used Memory on AIX
Viewed 3007 times since Thu, Nov 29, 2018
Burn Image to DVD in AIX
Viewed 12926 times since Thu, Sep 20, 2018
Mirroring the rootvg Volume Group for AIX
Viewed 3555 times since Mon, May 21, 2018
Calculate hdisk READ / WRITE throughput (sequential IO) from AIX systems
Viewed 2210 times since Thu, Feb 21, 2019
Writing a Custom PVID
Viewed 2501 times since Fri, Feb 1, 2019
AIX, Installation, NIM↑ Creating an LPP source and SPOT in NIM
Viewed 13765 times since Fri, Apr 19, 2019
Changing Ethernet Media Speed for AIX
Viewed 2878 times since Tue, Apr 16, 2019
Customizing a NIM Client Restore With a Post-Install Script
Viewed 10494 times since Wed, May 30, 2018