From 683ac6e576664f8169ebe576ee5c755edf97ea83 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 14 Aug 2025 14:14:56 -0500 Subject: [PATCH] authorized_keys: Fix option syntax > `bad key options: missing start quote` --- dch-autoprovision.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dch-autoprovision.spec b/dch-autoprovision.spec index d5d69a1..8afdcd8 100644 --- a/dch-autoprovision.spec +++ b/dch-autoprovision.spec @@ -60,7 +60,7 @@ mkdir -p "${RPM_BUILD_ROOT}%{_presetdir}" %posttrans if [ $1 -eq 1 ]; then - printf 'expiry-time=%s,restrict,pty %s\n' \ + printf 'expiry-time="%s",restrict,pty %s\n' \ "$(date -d +1hour +%Y%m%d%H%M)" \ "$(cat %{dch_datadir}/host-provisioner.key)" \ >> /root/.ssh/authorized_keys