Results 1 to 3 of 3
Where does putty stores cached server keys on Centos ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-20-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 33
putty's cache
Where does putty stores cached server keys on Centos ?
- 02-20-2013 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,142
I'm not sure that it caches them at all. When you tell it where to look, I think that it simple saves the location that you gave it. Where that information is kept, I'm not sure, but you may want to read the man page to find out, or look to see if your user directory contains a folder such as .putty.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-21-2013 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
To which keys do you refer?
I assume putty is being run from a Windows client and CentOS is the remote site to which you are connecting?
By default, no keys are copied from the client to the server, just b/c you are connecting. However, you can use public key/private key authentication in putty (which is just ssh, really) to allow password-less login from the client to the server. In that case, the public key would be copied (securely, of course) from the client to the CentOS box, and appended to this file:
where ~ represents the HOME directory of the remote user.Code:~/.ssh/authorized_keys2


Reply With Quote

