You are not logged in.
Pages: 1
dont ask why but it has been a long time since ive had a need to edit my ssh known_hosts file. so to my surprise there seemed to be alot of keys in there that i could not identify?
am i mistaken in thinking the only keys that should be in there are ones ive added when ssh'ing to a new host?
humbly yours, overtly paranoid albiet at least confused arch user.
Offline
am i mistaken in thinking the only keys that should be in there are ones ive added when ssh'ing to a new host?
That's correct.
alot of keys in there that i could not identify?
What is "a lot"? Examples? Are they hosts you know but don't think you've SSH'ed to?
Don't forget SSH will hash the hostname if HashKnownHosts is set to yes
Indicates that ssh(1) should hash host names and addresses when they are added to ~/.ssh/known_hosts. These
hashed names may be used normally by ssh(1) and sshd(8), but they do not reveal identifying information should
the file's contents be disclosed. The default is ``no''. Note that existing names and addresses in known hosts
files will not be converted automatically, but may be manually hashed using ssh-keygen(1).
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1