Deleted Added
full compact
sshd_config (57462) sshd_config (57493)
1# This is ssh server systemwide configuration file.
2#
1# This is ssh server systemwide configuration file.
2#
3# $FreeBSD: head/crypto/openssh/sshd_config 57462 2000-02-24 23:46:38Z markm $
3# $FreeBSD: head/crypto/openssh/sshd_config 57493 2000-02-26 02:24:38Z peter $
4
5Port 22
6#ListenAddress 0.0.0.0
7#ListenAddress ::
4
5Port 22
6#ListenAddress 0.0.0.0
7#ListenAddress ::
8HostKey /etc/ssh_host_key
8HostKey /etc/ssh/ssh_host_key
9ServerKeyBits 768
10LoginGraceTime 60
11KeyRegenerationInterval 3600
12PermitRootLogin no
13# Rate-limit sshd connections to 5 connections per 10 seconds
14ConnectionsPerPeriod 5/10
15# Don't read ~/.rhosts and ~/.shosts files
16IgnoreRhosts yes

--- 37 unchanged lines hidden ---
9ServerKeyBits 768
10LoginGraceTime 60
11KeyRegenerationInterval 3600
12PermitRootLogin no
13# Rate-limit sshd connections to 5 connections per 10 seconds
14ConnectionsPerPeriod 5/10
15# Don't read ~/.rhosts and ~/.shosts files
16IgnoreRhosts yes

--- 37 unchanged lines hidden ---