Wednesday, August 28, 2013

How to Migrate PuTTY Settings between Computers

It is a common misconception that it is not possible to transfer PUTTY settings from one computer to another one.  It is true that PUTTY does not have a built-in method to transfers settings between hosts or users but PUTTY stores its configuration entries in the Windows registry which is easily exportable.  Below is the steps on how to transfer PUTTY configuration.  The steps below will only work for the currently logged on user.  It is possible to transfer PUTTY settings from other users who have used the system by changing the registry hive path to point to their store.
  1. From the existing computer open the Run Dialog by pressing (Windows Key+ R)
  2. Type: "REGEDIT /e <Some File Path>\puttysetting.reg HKEY_CURRENT_USER\Software\SimonTatham"  and enter.  (Change <Some File Path> to any directory you have access to.)
  3.  Move this file to the new computer.
  4. From the new computer open the Run Dialog by pressing (Windows Key+ R)
  5. Type  "REGEDIT /s <Some File Path>\puttysetting.reg"  and enter.  (Change <Some File Path> to the directory you imported the file from step two.)


No comments:

Post a Comment