Using ~/.shosts with OpenSSH
In order for ~/.shosts host-based authentication to work with OpenSSH, the following directives must be set in sshd_config:
HostbasedAuthentication yes
IgnoreRhosts no
Also, the host key of the client has to be placed in the server's /etc/ssh/ssh_known_hosts file. See "SSH_KNOWN_HOSTS file format" in sshd(8).
Back to brandonhutchinson.com.
Last modified: 2007/02/16