Displaying 1 result from an estimated 1 matches for "qgbmosdveobedwkqub3bck9sljvxq3ltu2o".
2024 Mar 07
1
Question about ssh-keygen -Y find-principals
...: missing key <---- here
wiktor at metacode.biz
`-Y verify` doesn't have this issue:
$ ssh-keygen -Y verify -f allowed_signers.md -I wiktor at metacode.biz -n
file -s rsa-key.txt.sig < rsa-key.txt
Good "file" signature for wiktor at metacode.biz with RSA key
SHA256:xb+QgBmoSdveobEdwKqUb3BCk9SLJVxq3Ltu2o/FK7U
The man page documentation for ALLOWED_SIGNERS
(https://man.archlinux.org/man/ssh-keygen.1#ALLOWED_SIGNERS):
> Empty lines and lines starting with a ?#? are ignored as comments.
I'm using openssh version 9.6p1-3 as packaged in Arch Linux.
I've made a repo with all keys and fil...