| version 1.2, 2001/02/07 17:05:35 |
version 1.3, 2001/03/19 20:03:31 |
|
|
| # $NetBSD$ |
# $NetBSD$ |
| # $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $ |
# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 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. |
|
|
| #ListenAddress 0.0.0.0 |
#ListenAddress 0.0.0.0 |
| #ListenAddress :: |
#ListenAddress :: |
| HostKey /etc/ssh_host_key |
HostKey /etc/ssh_host_key |
| |
HostKey /etc/ssh_host_rsa_key |
| HostKey /etc/ssh_host_dsa_key |
HostKey /etc/ssh_host_dsa_key |
| #HostKey /etc/ssh_host_rsa_key |
|
| ServerKeyBits 768 |
ServerKeyBits 768 |
| LoginGraceTime 600 |
LoginGraceTime 600 |
| KeyRegenerationInterval 3600 |
KeyRegenerationInterval 3600 |