Ssh, putty, import/export settings/sessions: Difference between revisions
From Andreida
(Created page with "=== 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\Sof...") |
(No difference)
|
Latest revision as of 20:14, 12 January 2019
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?