Konfigurationsdateien
Umgebung:
/etc/environment + $HOME/.ssh/environment
Private host key:
/etc/ssh_host_key
OpenSSH(SSH-2):
/etc/ssh_host_rsa_key und /etc/ssh_host_dsa_key
Public host key:
/etc/ssh_known_hosts + $HOME/.ssh/known_hosts
OpenSSH(SSH-2):
/etc/ssh_known_hosts2 + $HOME/.ssh/known_hosts2
/etc/ssh_config + $HOME/.ssh/config
/etc/sshd_config
RSA host authentication:
$HOME/.rhosts + $HOME/.shosts
/etc/hosts.equiv + /etc/shosts.equiv
RSA authentication
$HOME/.ssh/identity + $HOME/.ssh/identity.pub
$HOME/.ssh/authorized_keys
OpenSSH(SSH-2):
$HOME/.ssh/id_rsa + $HOME/.ssh/id_rsa.pub
$HOME/.ssh/authorized_keys2

