formatting

This commit is contained in:
John Lancaster
2026-01-04 09:06:43 -06:00
parent 45c0d47198
commit dbf1e1f1d1

View File

@@ -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 <<EOF > /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