formatting
This commit is contained in:
@@ -38,7 +38,7 @@ step ssh config --roots > /etc/ssh/ssh_user_ca.pub
|
|||||||
Configure sshd to point to the key/cert combo.
|
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
|
TrustedUserCAKeys /etc/ssh/ssh_user_ca.pub
|
||||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
HostCertificate /etc/ssh/ssh_host_ed25519_key-cert.pub
|
HostCertificate /etc/ssh/ssh_host_ed25519_key-cert.pub
|
||||||
|
|||||||
Reference in New Issue
Block a user