Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does PUTTY stores its Sessions? [closed]

Tags:

putty

Looks like somewhere in Registry.

Tried to launch different exec files - sessions are the same.

like image 485
s.webbandit Avatar asked Oct 22 '12 13:10

s.webbandit


People also ask

Where does PuTTY save the sessions?

Export and Import Putty Sessions Session and its related information are stored in the windows registry (HKEY_CURRENT_USER\SOFTWARE\SimonTatham).

Where does PuTTY store fingerprints?

On Windows using putty or WinSCP, the fingerprints are stored in the registry by default. Fingerprints are generated from a hashing of the public key using either the md5 or sha256 hashing algorithm. client$ ssh 192.168.

Where does PuTTY keep SSH keys?

Public key authentication PuTTY uses its own file format for SSH keys. The keys are stored in . ppk files.


2 Answers

HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions

like image 188
FGreg Avatar answered Nov 28 '22 07:11

FGreg


HKEY_CURRENT_USER\Software\SimonTatham\PuTTY in SshHostKeys or sessions

like image 36
swabs Avatar answered Nov 28 '22 06:11

swabs