summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-09-02 17:08:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-09-03 16:01:21 +0200
commitfb2e1a82167edc88c52adc319233593c8db8325c (patch)
treeadfc88949625abe9e7b98f7bc789f17c7ad55c56
parentf71097d315ee6bcf1d89eef108e033efa3930945 (diff)
downloadptxdist-fb2e1a82167edc88c52adc319233593c8db8325c.tar.gz
ptxdist-fb2e1a82167edc88c52adc319233593c8db8325c.tar.xz
openssh: fix sshd@.service
Something changed in systemd 35 to make this necessary. Otherwise any ssh connection will just time out. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--generic/lib/systemd/system/sshd@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/lib/systemd/system/sshd@.service b/generic/lib/systemd/system/sshd@.service
index b81d47103..0ed471fe5 100644
--- a/generic/lib/systemd/system/sshd@.service
+++ b/generic/lib/systemd/system/sshd@.service
@@ -5,3 +5,4 @@ After=syslog.target
[Service]
ExecStart=/usr/sbin/sshd -i
StandardInput=socket
+StandardOutput=inherit