How to transfer PuTTY setting to linux

Putty is a simple but strong (and even free) terminal to connect to remote machines. But the settings in windows are stored in the registry (i.e. HKU\Software\SimonTatham\PuTTY\Sessions). There was a guy who made the script to transfer the configuration to linux! Here are the steps to follow:

1) Backup your PuTTY sessions at the *.reg type to somewhere.

2) Download and install your PuTTY in your box: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html 

3) Download the script (i.e pwin2lin.pl) from here: https://pwin2lin.googlecode.com

4) Make sure you have the following directory: ~/.putty/sessions

5) Execute the script and enjoy!

(Reference) http://mdinh.wordpress.com/2013/06/07/migrating-windows-putty-registry-to-linux/