Deleted Added
full compact
sshd_config (252338) sshd_config (255767)
1# $OpenBSD: sshd_config,v 1.89 2013/02/06 00:20:42 dtucker Exp $
2# $FreeBSD: head/crypto/openssh/sshd_config 252338 2013-06-28 09:41:59Z des $
1# $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $
2# $FreeBSD: head/crypto/openssh/sshd_config 255767 2013-09-21 21:36:09Z des $
3
4# This is the sshd server system-wide configuration file. See
5# sshd_config(5) for more information.
6
7# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
8
9# The strategy used for options in the default sshd_config shipped with
10# OpenSSH is to specify options with their default value where

--- 17 unchanged lines hidden (view full) ---

28#HostKey /etc/ssh/ssh_host_rsa_key
29#HostKey /etc/ssh/ssh_host_dsa_key
30#HostKey /etc/ssh/ssh_host_ecdsa_key
31
32# Lifetime and size of ephemeral version 1 server key
33#KeyRegenerationInterval 1h
34#ServerKeyBits 1024
35
3
4# This is the sshd server system-wide configuration file. See
5# sshd_config(5) for more information.
6
7# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
8
9# The strategy used for options in the default sshd_config shipped with
10# OpenSSH is to specify options with their default value where

--- 17 unchanged lines hidden (view full) ---

28#HostKey /etc/ssh/ssh_host_rsa_key
29#HostKey /etc/ssh/ssh_host_dsa_key
30#HostKey /etc/ssh/ssh_host_ecdsa_key
31
32# Lifetime and size of ephemeral version 1 server key
33#KeyRegenerationInterval 1h
34#ServerKeyBits 1024
35
36# Ciphers and keying
37#RekeyLimit default none
38
36# Logging
37# obsoletes QuietMode and FascistLogging
38#SyslogFacility AUTH
39#LogLevel INFO
40
41# Authentication:
42
43#LoginGraceTime 2m

--- 66 unchanged lines hidden (view full) ---

110#Compression delayed
111#ClientAliveInterval 0
112#ClientAliveCountMax 3
113#UseDNS yes
114#PidFile /var/run/sshd.pid
115#MaxStartups 10:30:100
116#PermitTunnel no
117#ChrootDirectory none
39# Logging
40# obsoletes QuietMode and FascistLogging
41#SyslogFacility AUTH
42#LogLevel INFO
43
44# Authentication:
45
46#LoginGraceTime 2m

--- 66 unchanged lines hidden (view full) ---

113#Compression delayed
114#ClientAliveInterval 0
115#ClientAliveCountMax 3
116#UseDNS yes
117#PidFile /var/run/sshd.pid
118#MaxStartups 10:30:100
119#PermitTunnel no
120#ChrootDirectory none
118#VersionAddendum FreeBSD-20130515
121#VersionAddendum FreeBSD-20130918
119
120# no default banner path
121#Banner none
122
123# override default of no subsystems
124Subsystem sftp /usr/libexec/sftp-server
125
126# Disable HPN tuning improvements.

--- 16 unchanged lines hidden ---
122
123# no default banner path
124#Banner none
125
126# override default of no subsystems
127Subsystem sftp /usr/libexec/sftp-server
128
129# Disable HPN tuning improvements.

--- 16 unchanged lines hidden ---