From: Zoltán Felleg Date: Thu, 3 Dec 2020 19:49:17 +0000 (+0100) Subject: Updated doc.txt. X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=01f0925c00ad27b7dc8ef783f1dddc87230a6cac;p=user-ssh.git Updated doc.txt. --- 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 \