sshd_config (538354481ef7dbcd76ebc7334512a9d60994b84e) sshd_config (b2af61ec69826890d075ceb3e20e206be20d6fea)
1# $OpenBSD: sshd_config,v 1.98 2016/02/17 05:29:04 djm Exp $
2# $FreeBSD$
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

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

115#Compression delayed
116#ClientAliveInterval 0
117#ClientAliveCountMax 3
118#UseDNS yes
119#PidFile /var/run/sshd.pid
120#MaxStartups 10:30:100
121#PermitTunnel no
122#ChrootDirectory none
1# $OpenBSD: sshd_config,v 1.98 2016/02/17 05:29:04 djm Exp $
2# $FreeBSD$
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

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

115#Compression delayed
116#ClientAliveInterval 0
117#ClientAliveCountMax 3
118#UseDNS yes
119#PidFile /var/run/sshd.pid
120#MaxStartups 10:30:100
121#PermitTunnel no
122#ChrootDirectory none
123#UseBlacklist no
123#VersionAddendum FreeBSD-20160310
124
125# no default banner path
126#Banner none
127
128# override default of no subsystems
129Subsystem sftp /usr/libexec/sftp-server
130
131# Example of overriding settings on a per-user basis
132#Match User anoncvs
133# X11Forwarding no
134# AllowTcpForwarding no
135# PermitTTY no
136# ForceCommand cvs server
124#VersionAddendum FreeBSD-20160310
125
126# no default banner path
127#Banner none
128
129# override default of no subsystems
130Subsystem sftp /usr/libexec/sftp-server
131
132# Example of overriding settings on a per-user basis
133#Match User anoncvs
134# X11Forwarding no
135# AllowTcpForwarding no
136# PermitTTY no
137# ForceCommand cvs server