habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Export Import Putty Session

1 min read

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

  1. Open Registry Editor:
    • Press Win + R to open the Run dialog.
    • Type regedit and press Enter.
  2. Navigate to PuTTY Registry Key:
    • Go to HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions.
  3. Export PuTTY Sessions:
    • Right-click on the Sessions folder.
    • Choose “Export.”
    • Save the exported .reg file to your desired location.

#Method 2

Open Registry Editor:

  1. Press Win + R to open the Run dialog.
  2. 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.
Putty Registry Export

See Also: How to Install SSH in Windows 10/11

Importing PuTTY Session:

  1. Open Registry Editor:
    • Press Win + R to open the Run dialog.
    • Type regedit and press Enter.
  2. Import PuTTY Sessions:
    • Locate the exported .reg file.
    • Double-click on the file and confirm any prompts.
  3. 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.

See also  How to Remote SSH to Google Cloud VM Instance

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.


habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Centos Failed Update Kernel

Today I did a kernel update on my server with Centos 7 OS. At the end of the update process, I found a kernel...
habibzain
1 min read

Easy Fix Missing mirrorlist http://mirrorlist.centos.org on CentOS 7

When running yum update or command that utilize the yum system, errors similar to the following are produced: If you’re encountering issues with the...
habibzain
1 min read

Easy Create Laravel Project with Composer

Requirement Laravel, a popular PHP framework, is renowned for its elegant syntax and robust features, making it a top choice for web developers. One...
habibzain
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *

Never miss good article from us, get weekly updates in your inbox