Key Files
Local Server Key
The default server public key pair consists of the following files:
Remote Server Keys
Remote host keys that are recognized for all users on the local system should be
placed in the /etc/ssh2/hostkeys
directory.
User-specific remote host keys are saved upon first connection to
~/.ssh2/hostkeys
directory.
Remote Client Keys
If you are using host-based authentication, the system-wide directory for
recognized remote host keys saved in format <hostname>.<keytype>.pub
is /etc/ssh2/knownhosts
.
User-specific known host keys should be located in
~/.ssh2/knownhosts
.