feat: update readme

This commit is contained in:
2024-09-07 01:36:29 +08:00
parent 50e40522e9
commit 6f2d4d2369

View File

@@ -194,7 +194,10 @@ cert-authority,principals="root" ecdsa-sha2-nistp384 AAAAE2VjZHNh****** Yubikey-
ssh-keygen -f id_user
card-cli ssh-piv-cert --pub id_user.pub -s r15
```
SSH to server:
```shell
ssh -i id_user root@example.com
```