summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-11-07 16:01:30 +0000
committerColin Watson <cjwatson@debian.org>2014-11-07 16:01:30 +0000
commit6051eed4b7ec0a17b88d55c33d16941f978e8a43 (patch)
tree2c01fce48334b36527b113da94fbf28a1768efd1
parent3877ccdad6c7ba342531508e1d41d1d816b2a7c7 (diff)
Document interactions between ListenAddress/Port and ssh.socket in README.Debian (closes: #764842).
-rw-r--r--debian/README.Debian5
-rw-r--r--debian/changelog2
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 4d16eb4d8..dee9ddb21 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -224,6 +224,11 @@ MaxConnections cannot quite replace this as it cannot distinguish between
224authenticated and unauthenticated connections; see 224authenticated and unauthenticated connections; see
225https://bugzilla.redhat.com/show_bug.cgi?id=963268 for more discussion. 225https://bugzilla.redhat.com/show_bug.cgi?id=963268 for more discussion.
226 226
227The provided ssh.socket unit file sets ListenStream=22. If you need to have
228it listen on a different address or port, then you will need to do this by
229copying /lib/systemd/system/ssh.socket to /etc/systemd/system/ssh.socket and
230modifying the ListenStream option. See systemd.socket(5) for details.
231
227-- 232--
228Matthew Vernon <matthew@debian.org> 233Matthew Vernon <matthew@debian.org>
229Colin Watson <cjwatson@debian.org> 234Colin Watson <cjwatson@debian.org>
diff --git a/debian/changelog b/debian/changelog
index 18b08f984..5fdc964d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openssh (1:6.7p1-4) UNRELEASED; urgency=medium
2 2
3 * Send/accept only specific known LC_* variables, rather than using a 3 * Send/accept only specific known LC_* variables, rather than using a
4 wildcard (closes: #765633). 4 wildcard (closes: #765633).
5 * Document interactions between ListenAddress/Port and ssh.socket in
6 README.Debian (closes: #764842).
5 7
6 -- Colin Watson <cjwatson@debian.org> Thu, 06 Nov 2014 10:39:11 +0000 8 -- Colin Watson <cjwatson@debian.org> Thu, 06 Nov 2014 10:39:11 +0000
7 9