jwillmer / Putty-Session-Converter-Win2Linux

Convert Putty session from Windows to Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pwin2lin

Convert Putty session from Windows to Linux.

How To

Export from Windows

  • Open registry editor: WIN+R - regedit
  • Browse to HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY
  • Export Putty folder to putty.reg

Convert

  • Fix file encoding of putty.reg to UTF-8 and Unix(LF)
  • Execute script ./pwin2lin.pl putty.reg .putty
  • Investigate if .putty/sessions contains your sessions

Import

  • Import .putty folder to Linux home directory
  • Start putty and enjoy :)

Original source

https://code.google.com/p/pwin2lin

About

Convert Putty session from Windows to Linux

License:GNU Affero General Public License v3.0


Languages

Language:Perl 100.0%