Deleted Added
full compact
sshd_config (57430) sshd_config (57432)
1# This is ssh server systemwide configuration file.
1# This is ssh server systemwide configuration file.
2#
3# $FreeBSD: head/crypto/openssh/sshd_config 57432 2000-02-24 15:29:42Z markm $
2
3Port 22
4#ListenAddress 0.0.0.0
5#ListenAddress ::
4
5Port 22
6#ListenAddress 0.0.0.0
7#ListenAddress ::
6HostKey /etc/ssh_host_key
8HostKey __PREFIX__/etc/ssh_host_key
7ServerKeyBits 768
9ServerKeyBits 768
8LoginGraceTime 600
10LoginGraceTime 60
9KeyRegenerationInterval 3600
11KeyRegenerationInterval 3600
10PermitRootLogin yes
11#
12PermitRootLogin no
13# Rate-limit sshd connections to 5 connections per 10 seconds
14ConnectionsPerPeriod 5/10
12# Don't read ~/.rhosts and ~/.shosts files
13IgnoreRhosts yes
14# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
15#IgnoreUserKnownHosts yes
16StrictModes yes
17X11Forwarding no
18X11DisplayOffset 10
19PrintMotd yes

--- 31 unchanged lines hidden ---
15# Don't read ~/.rhosts and ~/.shosts files
16IgnoreRhosts yes
17# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
18#IgnoreUserKnownHosts yes
19StrictModes yes
20X11Forwarding no
21X11DisplayOffset 10
22PrintMotd yes

--- 31 unchanged lines hidden ---