From dbf1e1f1d16c7cf7941ff3ba35c43518af8c864d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 4 Jan 2026 09:06:43 -0600 Subject: [PATCH] formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07695eb..600046d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ step ssh config --roots > /etc/ssh/ssh_user_ca.pub Configure sshd to point to the key/cert combo. ``` -cat << EOF > /etc/ssh/sshd_config.d/certs.conf +cat < /etc/ssh/sshd_config.d/certs.conf TrustedUserCAKeys /etc/ssh/ssh_user_ca.pub HostKey /etc/ssh/ssh_host_ed25519_key HostCertificate /etc/ssh/ssh_host_ed25519_key-cert.pub