| version 1.4, 2001/04/10 08:08:04 |
version 1.5, 2001/05/15 15:26:11 |
|
|
| # $NetBSD$ |
|
| # $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $ |
# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $ |
| |
# $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $ |
| |
|
| # This is the sshd server system-wide configuration file. See sshd(8) |
# This is the sshd server system-wide configuration file. See sshd(8) |
| # for more information. |
# for more information. |
| Line 37 RhostsAuthentication no |
|
| Line 37 RhostsAuthentication no |
|
| # |
# |
| # For this to work you will also need host keys in /etc/ssh_known_hosts |
# For this to work you will also need host keys in /etc/ssh_known_hosts |
| RhostsRSAAuthentication no |
RhostsRSAAuthentication no |
| |
# similar for protocol version 2 |
| |
HostbasedAuthentication no |
| # |
# |
| RSAAuthentication yes |
RSAAuthentication yes |
| |
|