summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian5
1 files changed, 5 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>