Skip to content

Commit 9189f40

Browse files
committed
README.md: Add CertificateFile to SSH example config
Otherwise the key ordering is based on agent ordering. With 56152e5da the certificate will be added at the end of the list, with the Security Key at the front. This means the certificate will not actually preferred and you have to touch the key to login.
1 parent 8b809f8 commit 9189f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ circumstances:
5757
$ cat >> ~/.ssh/config
5858
Match host *.example.com
5959
IdentitiesOnly yes
60+
CertificateFile /run/user/%i/sshca/example-cert.pub
6061
IdentityFile /run/user/%i/sshca/example
6162
IdentityFile ~/.ssh/id_ecdsa_sk
6263
```

0 commit comments

Comments
 (0)