Opened 22 years ago
Last modified 22 years ago
#257 closed Bug report
Can't manage SSL keys
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
After renaming the DNS name of a server, I can no
longer connect to it via SFTP. I suspect that the
fzsftp backend is detecting a potential spoof attack
because of the DNS change.
I do not know where the SSH equivalent
of 'known_hosts' is being stored, so I can't edit it
or delete it. It doesn't appear to be in filezilla.xml,
and I'm not sure what to look for in the windows
registry.
Korey Renner
renner@…
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
I see your mixing SSL and SSH, however SSH and SSL are
two completely different things.
Back to topic:
- SSH Host keys are stored in the registry under
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Ssh
HostKeys, as FileZilla's SFTP part is derived from PuTTY.
- SSL certificates are stored in the file "Trusted Certs.dat" in
the FileZilla folder.
Logged In: NO
Update:
I figured out that my original problem was due to a bad
password. However, I still do not know where the SSL
keys are being stored.
-- Korey