diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | sshd_config | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7e1076d1b..c17bd86d1 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -7,6 +7,8 @@ openssh (1:5.1p1-6) UNRELEASED; urgency=low | |||
7 | * Add ufw integration (thanks, Didier Roche; see | 7 | * Add ufw integration (thanks, Didier Roche; see |
8 | https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages; | 8 | https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages; |
9 | LP: #261884). | 9 | LP: #261884). |
10 | * Add a comment above PermitRootLogin in sshd_config pointing to | ||
11 | README.Debian. | ||
10 | 12 | ||
11 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Jan 2009 11:30:07 +0000 | 13 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Jan 2009 11:30:07 +0000 |
12 | 14 | ||
diff --git a/sshd_config b/sshd_config index e03b3b15f..2cb14e2e3 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -38,6 +38,7 @@ Protocol 2 | |||
38 | # Authentication: | 38 | # Authentication: |
39 | 39 | ||
40 | #LoginGraceTime 2m | 40 | #LoginGraceTime 2m |
41 | # See /usr/share/doc/openssh-server/README.Debian.gz. | ||
41 | #PermitRootLogin yes | 42 | #PermitRootLogin yes |
42 | #StrictModes yes | 43 | #StrictModes yes |
43 | #MaxAuthTries 6 | 44 | #MaxAuthTries 6 |