| version 1.25, 2006/10/15 14:01:53 |
version 1.25.8.1, 2008/01/09 01:22:51 |
|
|
| # $NetBSD$ |
# $NetBSD$ |
| # $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $ |
# $OpenBSD: sshd_config,v 1.75 2007/03/19 01:01:29 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. |
|
|
| #ListenAddress 0.0.0.0 |
#ListenAddress 0.0.0.0 |
| #ListenAddress :: |
#ListenAddress :: |
| |
|
| |
# Disable legacy (protocol version 1) support in the server for new |
| |
# installations. In future the default will change to require explicit |
| |
# activation of protocol 1 |
| |
Protocol 2 |
| |
|
| # HostKey for protocol version 1 |
# HostKey for protocol version 1 |
| #HostKey /etc/ssh/ssh_host_key |
#HostKey /etc/ssh/ssh_host_key |
| # HostKeys for protocol version 2 |
# HostKeys for protocol version 2 |
| Line 72 LoginGraceTime 600 |
|
| Line 77 LoginGraceTime 600 |
|
| #AllowTcpForwarding yes |
#AllowTcpForwarding yes |
| #GatewayPorts no |
#GatewayPorts no |
| #X11Forwarding no |
#X11Forwarding no |
| |
# If you use xorg from pkgsrc then uncomment the following line. |
| |
#XAuthLocation /usr/pkg/bin/xauth |
| #X11DisplayOffset 10 |
#X11DisplayOffset 10 |
| #X11UseLocalhost yes |
#X11UseLocalhost yes |
| #PrintMotd yes |
#PrintMotd yes |