PuTTy Einstellungen wegsichern
In welcher Datei werden die ganzen Verbindungen von PUTTY gespeichert? Kann man die Einstellungen von Putty irgendwie exportieren und importieren?
Ich will meinen PC neu machen, aber habe wenig Lust meine 40 SSH Verbindung neu anzulegen
Ich will meinen PC neu machen, aber habe wenig Lust meine 40 SSH Verbindung neu anzulegen
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 68825
Url: https://administrator.de/forum/putty-einstellungen-wegsichern-68825.html
Ausgedruckt am: 09.04.2025 um 14:04 Uhr
3 Kommentare
Neuester Kommentar

Hi,
mit
"regedit /e puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY"
exportierst Du die Einstellungen. Mit Doppelklick auf diese Datei kannst Du sie auf einem neuen PC wieder installieren.
Gruß,
Martin
mit
"regedit /e puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY"
exportierst Du die Einstellungen. Mit Doppelklick auf diese Datei kannst Du sie auf einem neuen PC wieder installieren.
Gruß,
Martin
Steht auch so auf der Putty Seite im FAQ:
http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-settings
A.5.2 Where does PuTTY store its data?
On Windows, PuTTY stores most of its data (saved sessions, SSH host keys) in the Registry. The precise location is
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
and within that area, saved sessions are stored under Sessions while host keys are stored under SshHostKeys.
PuTTY also requires a random number seed file, to improve the unpredictability of randomly chosen data needed as part of the SSH cryptography. This is stored by default in a file called PUTTY.RND in your Windows home directory (%HOMEDRIVE%\%HOMEPATH%), or in the actual Windows directory (such as C:\WINDOWS) if the home directory doesn't exist, for example if you're using Win95. If you want to change the location of the random number seed file, you can put your chosen pathname in the Registry, at
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\RandSeedFile
You can ask PuTTY to delete all this data; see question A.8.2.
On Unix, PuTTY stores all of this data in a directory ~/.putty.
http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-settings
A.5.2 Where does PuTTY store its data?
On Windows, PuTTY stores most of its data (saved sessions, SSH host keys) in the Registry. The precise location is
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
and within that area, saved sessions are stored under Sessions while host keys are stored under SshHostKeys.
PuTTY also requires a random number seed file, to improve the unpredictability of randomly chosen data needed as part of the SSH cryptography. This is stored by default in a file called PUTTY.RND in your Windows home directory (%HOMEDRIVE%\%HOMEPATH%), or in the actual Windows directory (such as C:\WINDOWS) if the home directory doesn't exist, for example if you're using Win95. If you want to change the location of the random number seed file, you can put your chosen pathname in the Registry, at
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\RandSeedFile
You can ask PuTTY to delete all this data; see question A.8.2.
On Unix, PuTTY stores all of this data in a directory ~/.putty.