Tuesday, June 26, 2007

Copy Putty along with saved server

How to copy window based putty from one server to another along with its saved server configuration?

Very recently I got new desktop with high configuration. I copied all data and installed new software also. Only problem was how to copy putty along with saved server configuration? I performed following to copy putty along with save session.

1. Executed given putt.bat file on source server at .

c:\temp:\>putt.bat

Conetnt of putt.bat is given below

ECHO OFF regedit /ea new.reg HKEY_CURRENT_USERSoftwareSimonTathamPuTTY

2. Copied putty.exe and new.reg (registry) file to new server.

3. Double click on new.reg and click on yes on dialog box

4. You can now start putty and connect to server.

Note--> You need to ensure network connectivity before trying to connect to server :-).

No comments: