sshd_config (f9421853ade4550bd7c0b5956ba7324b8b9676a5) | sshd_config (c4cd1fa410baf09310c733e07c7a9bfd31a47bbf) |
---|---|
1# $OpenBSD: sshd_config,v 1.97 2015/08/06 14:53:21 deraadt 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 --- 101 unchanged lines hidden (view full) --- 110#PrintLastLog yes 111#TCPKeepAlive yes 112#UseLogin no 113#UsePrivilegeSeparation sandbox 114#PermitUserEnvironment no 115#Compression delayed 116#ClientAliveInterval 0 117#ClientAliveCountMax 3 | 1# $OpenBSD: sshd_config,v 1.97 2015/08/06 14:53:21 deraadt 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 --- 101 unchanged lines hidden (view full) --- 110#PrintLastLog yes 111#TCPKeepAlive yes 112#UseLogin no 113#UsePrivilegeSeparation sandbox 114#PermitUserEnvironment no 115#Compression delayed 116#ClientAliveInterval 0 117#ClientAliveCountMax 3 |
118#UseDNS no | 118#UseDNS yes |
119#PidFile /var/run/sshd.pid 120#MaxStartups 10:30:100 121#PermitTunnel no 122#ChrootDirectory none 123#VersionAddendum FreeBSD-20160121 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 | 119#PidFile /var/run/sshd.pid 120#MaxStartups 10:30:100 121#PermitTunnel no 122#ChrootDirectory none 123#VersionAddendum FreeBSD-20160121 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 |