mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 06:05:53 -06:00
[GH-ISSUE #35] where is known_hosts stored? #32
Labels
No labels
bug
documentation
enhancement
enhancement
pull-request
question
upkeep
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ssheven#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @newmh990 on GitHub (Apr 2, 2026).
Original GitHub issue: https://github.com/cy384/ssheven/issues/35
Hi, I'm wondering where known_hosts is stored. I would like to clear the known_hosts for an individual server as the VM i was ssh-ing into changed. Is it stored in a resource or a file?
@cy384 commented on GitHub (Apr 2, 2026):
I believe it's in a plain text file called known_hosts in the preferences folder, probably in the system folder
@newmh990 commented on GitHub (Apr 2, 2026):
thank you found it. that did the trick! This can be closed. (it was in the preferences folder in System Folder).