diff options
-rw-r--r-- | debian/README.Debian | 5 | ||||
-rw-r--r-- | debian/changelog | 2 |
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 | |||
224 | authenticated and unauthenticated connections; see | 224 | authenticated and unauthenticated connections; see |
225 | https://bugzilla.redhat.com/show_bug.cgi?id=963268 for more discussion. | 225 | https://bugzilla.redhat.com/show_bug.cgi?id=963268 for more discussion. |
226 | 226 | ||
227 | The provided ssh.socket unit file sets ListenStream=22. If you need to have | ||
228 | it listen on a different address or port, then you will need to do this by | ||
229 | copying /lib/systemd/system/ssh.socket to /etc/systemd/system/ssh.socket and | ||
230 | modifying the ListenStream option. See systemd.socket(5) for details. | ||
231 | |||
227 | -- | 232 | -- |
228 | Matthew Vernon <matthew@debian.org> | 233 | Matthew Vernon <matthew@debian.org> |
229 | Colin Watson <cjwatson@debian.org> | 234 | Colin 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 | ||