Can somebody help me understand what locations are used for SSH keys.
I know of the following (possible) locations:
~/.ssh/ -- file: id_[xxx] or identity
/private/etc/ -- file: ssh_host[_xxx]_key
/private/var/root/.ssh/ -- file: id_[xxx] or identity
So far, I thought that the user's keys are in ~/.ssh/, but I don't understand the /private/etc/ files.
What do the ssh_host[_xxx]_key's do ?
Thanks for your help.
-t