From 01f0925c00ad27b7dc8ef783f1dddc87230a6cac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 3 Dec 2020 20:49:17 +0100 Subject: [PATCH] Updated doc.txt. --- doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.txt b/doc.txt index 32191f1..926204e 100644 --- a/doc.txt +++ b/doc.txt @@ -2,8 +2,8 @@ user CA generation: ssh-keygen -t ed25519 -C user-CA -f user-CA user CA setup (as root on ssh servers): - copy user-CA.pub to /etc/ssh - echo "TrustedUserCAKeys /etc/ssh/user-CA.pub" >/etc/ssh/sshd_config.d/99-user-CA.conf + cat user-CA.pub >>/etc/ssh/trusted-user-ca.keys + echo "TrustedUserCAKeys /etc/ssh/trusted-user-ca.keys" >/etc/ssh/sshd_config.d/99-user-CA.conf user key generation: ssh-keygen -t ed25519 -C -f @@ -30,7 +30,7 @@ host CA generation: ssh-keygen -t ed25519 -C host-CA -f host-CA host CA setup (as root on ssh clients): - echo "@cert-authority *.usr.user.hu " >/etc/ssh/ssh_known_hosts + echo "@cert-authority *.usr.user.hu " >>/etc/ssh/ssh_known_hosts host key signing (as root on ssh servers): ssh-keygen -h \ -- 2.54.0