Displaying 1 result from an estimated 1 matches for "fk7u".
Did you mean:
fk7
2024 Mar 07
1
Question about ssh-keygen -Y find-principals
...iktor 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 files I&...