emjott
Goto Top

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 face-smile

Content-ID: 68825

Url: https://administrator.de/forum/putty-einstellungen-wegsichern-68825.html

Ausgedruckt am: 09.04.2025 um 14:04 Uhr

39916
39916 17.09.2007 um 17:16:00 Uhr
Goto Top
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
aqui
aqui 17.09.2007 um 17:23:55 Uhr
Goto Top
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.
emjott
emjott 17.09.2007 um 21:22:00 Uhr
Goto Top
super! Danke schön face-big-smile