From 648e16ad98550549c31aaf4a962e1546602ec321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Sat, 28 Jun 2025 18:56:57 +0200 Subject: [PATCH] ssh: add user_ca --- bootstrapconfig/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrapconfig/config.go b/bootstrapconfig/config.go index 0cfcc1b..51a559a 100644 --- a/bootstrapconfig/config.go +++ b/bootstrapconfig/config.go @@ -20,6 +20,7 @@ type Config struct { SSH struct { Listen string + UserCA string `yaml:"user_ca"` Keys struct { DSA string RSA string