]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
"Where does PuTTY store its data?" -- mention where Unix PuTTY stores its
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 29 Jul 2004 10:23:48 +0000 (10:23 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 29 Jul 2004 10:23:48 +0000 (10:23 +0000)
data

[originally from svn r4371]

doc/faq.but

index 219d8bd30ded3c8dc5bbbf29ec90b92dd60c5131..af03b7fba4b85858df0b2786b2232056eecf07ca 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: faq.but,v 1.72 2004/07/24 12:37:42 jacob Exp $
+\versionid $Id: faq.but,v 1.73 2004/07/29 10:23:48 jacob Exp $
 
 \A{faq} PuTTY FAQ
 
@@ -364,8 +364,8 @@ to say something else; \c{vt220} might help if you have trouble.
 
 \S{faq-settings}{Question} Where does PuTTY store its data?
 
-PuTTY stores most of its data (saved sessions, SSH host keys) in the
-Registry. The precise location is
+On Windows, PuTTY stores most of its data (saved sessions, SSH host
+keys) in the Registry. The precise location is
 
 \c HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
 
@@ -383,6 +383,8 @@ pathname in the Registry, at
 
 \c HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\RandSeedFile
 
+On Unix, PuTTY stores all of this data in a directory \cw{~/.putty}.
+
 \H{faq-howto} HOWTO questions
 
 \S{faq-startmax}{Question} How can I make PuTTY start up maximised?