From 9b1fcc5c46fa39db4ab991afc951e4c37680716f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 18 Jun 2024 11:49:58 +0200 Subject: [PATCH] fix ttyd startup --- usr/share/archboot/remote/etc/systemd/system/ttyd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/remote/etc/systemd/system/ttyd.service b/usr/share/archboot/remote/etc/systemd/system/ttyd.service index 61dd546b9..969d7129c 100644 --- a/usr/share/archboot/remote/etc/systemd/system/ttyd.service +++ b/usr/share/archboot/remote/etc/systemd/system/ttyd.service @@ -8,7 +8,7 @@ After=network.target After=multi-user.target [Service] -ExecStart=/usr/bin/ttyd -W ssh -o StrictHostKeychecking=no -o UserKnownHostsFile=/dev/null -i /root/.ssh/archboot-key -p 11838 localhost +ExecStart=/usr/bin/ttyd -W ssh -q -o StrictHostKeychecking=no -o UserKnownHostsFile=/dev/null -i /root/.ssh/archboot-key -p 11838 localhost Type=simple Restart=always