Displaying 1 result from an estimated 1 matches for "your_known_hosts".
2023 Aug 06
0
[Bug 3600] New: please make ssh-keygen symlink aware for proper handling of hosts removal in symlinked known_hosts
...OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: devzero at web.de
apparently, if a known_hosts file is being symlinked, when using
ssh-keygen -f <your_known_hosts> -R hostname
the reference to the symlinked file is being lost, as ssh-keygen is
renaming the file and recreating it new
not sure how to handle this issue correctly in proxmox otherwise,
without makeing ssh-keygen symlink aware
https://bugzilla.proxmox.com/show_bug.cgi?id=4252
--
You are re...