version 1.1.1.1, 2001/02/07 16:48:00 |
version 1.1.1.2, 2001/03/19 19:42:20 |
|
|
# $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 |