Ssh, putty, import/export settings/sessions
From Andreida
export
- open a command line (cmd), didn't work for me on network drives
- to get everything (sessions and settings)
regedit /e "%CD%\putty.reg" HKEY_CURRENT_USER\Software\SimonTatham
- to just get the sessions
regedit /e "%CD%\putty.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
import
- double click the .reg file or
- use the command line (cmd)
regedit /i putty.reg
sources
Source: stack overflow: How to export/import PuTTy sessions list?