| version 1.31, 2008/06/22 15:42:51 |
version 1.31.6.1, 2009/05/13 19:15:59 |
|
|
| # $NetBSD$ |
# $NetBSD$ |
| # $OpenBSD: sshd_config,v 1.77 2008/02/08 23:24:07 djm Exp $ |
# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ |
| |
|
| # This is the sshd server system-wide configuration file. See |
# This is the sshd server system-wide configuration file. See |
| # sshd_config(5) for more information. |
# sshd_config(5) for more information. |
|
|
| |
|
| # Lifetime and size of ephemeral version 1 server key |
# Lifetime and size of ephemeral version 1 server key |
| #KeyRegenerationInterval 1h |
#KeyRegenerationInterval 1h |
| #ServerKeyBits 768 |
#ServerKeyBits 1024 |
| |
|
| # Logging |
# Logging |
| # obsoletes QuietMode and FascistLogging |
# obsoletes QuietMode and FascistLogging |
| Line 41 LoginGraceTime 600 |
|
| Line 41 LoginGraceTime 600 |
|
| #PermitRootLogin no |
#PermitRootLogin no |
| #StrictModes yes |
#StrictModes yes |
| #MaxAuthTries 6 |
#MaxAuthTries 6 |
| |
#MaxSessions 10 |
| |
|
| #RSAAuthentication yes |
#RSAAuthentication yes |
| #PubkeyAuthentication yes |
#PubkeyAuthentication yes |
| Line 73 LoginGraceTime 600 |
|
| Line 74 LoginGraceTime 600 |
|
| #GSSAPIAuthentication no |
#GSSAPIAuthentication no |
| #GSSAPICleanupCredentials yes |
#GSSAPICleanupCredentials yes |
| |
|
| |
#AllowAgentForwarding yes |
| #AllowTcpForwarding yes |
#AllowTcpForwarding yes |
| #GatewayPorts no |
#GatewayPorts no |
| #X11Forwarding no |
#X11Forwarding no |