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, 3 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index b9efeb9f5..ea634fba3 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -204,8 +204,9 @@ restart this sshd manually on upgrades.
204systemd socket activation 204systemd socket activation
205------------------------- 205-------------------------
206 206
207If you want to reconfigure systemd to launch sshd using socket activation, 207If you want to reconfigure systemd to listen on port 22 itself and launch an
208then you can run: 208instance of sshd for each connection (inetd-style socket activation), then
209you can run:
209 210
210 systemctl stop ssh.service 211 systemctl stop ssh.service
211 systemctl start ssh.socket 212 systemctl start ssh.socket