In the world of secure terminal emulation, PuTTY stands out as a reliable and widely-used tool for connecting to remote servers. One of PuTTY’s most handy features is its ability to export and import sessions, allowing users to save configurations and seamlessly transfer settings between different instances. In this article, we’ll explore the step-by-step process of Export Import Putty Session, making it easier for users to manage and replicate their connection settings.
Exporting PuTTY Session
#Method 1
- Open Registry Editor:
- Press
Win + R
to open the Run dialog. - Type
regedit
and press Enter.
- Press
- Navigate to PuTTY Registry Key:
- Go to
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
.
- Go to
- Export PuTTY Sessions:
- Right-click on the
Sessions
folder. - Choose “Export.”
- Save the exported .reg file to your desired location.
- Right-click on the
#Method 2
Open Registry Editor:
- Press
Win + R
to open the Run dialog. - Copy and Paste this regedit on your “Run Dialog”
regedit /e "%userprofile%\desktop\putty-registry.reg" HKEY_CURRENT_USER\Software\Simontatham
- That regiedit will generate file with name “putty-registry.reg” with path location “desktop”. Check file in your desktop.
See Also: How to Install SSH in Windows 10/11
Importing PuTTY Session:
- Open Registry Editor:
- Press
Win + R
to open the Run dialog. - Type
regedit
and press Enter.
- Press
- Import PuTTY Sessions:
- Locate the exported .reg file.
- Double-click on the file and confirm any prompts.
- Verify Sessions in PuTTY:
- Open PuTTY, and you should see the imported sessions listed.
You can also import the registry key and value interactively: Click on Start -> Run -> regedit -> Click File menu -> Click Import menu-item ->select the putty-registry.reg -> click on Import, to import the PuTTY sessions to the destination windows machine.
Remember, modifying the Windows Registry can have unintended consequences, so it’s essential to be cautious. Always make sure to back up your registry or export specific branches before making changes. Additionally, if you are looking to export/import the settings for a particular session (including host, username, and other connection settings), you can use the “Default Settings” or create a session and save it separately.
Here is simple note about Export Import Putty Session. Hope it usefull. Please feel Free for comment.