search for: kwapisiewicz

Displaying 4 results from an estimated 4 matches for "kwapisiewicz".

2024 Mar 08
1
Question about ssh-keygen -Y find-principals
On Fri, 8 Mar 2024, Wiktor Kwapisiewicz wrote: > Hi Damien, > > I've verified that slightly modifying your patch makes the problem disappear: Thanks. > I've also experimented with the code a bit and found out that if the line that > skips the whitespace: > cp = cp + strspn(cp, " \t"); /* skip lea...
2025 Apr 29
1
Multiple allowed signer files in `ssh-keygen -Y verify`
On Wed, 23 Apr 2025, Wiktor Kwapisiewicz via openssh-unix-dev wrote: > Hello, > > I'm currently evaluating using `ssh-keygen -Y verify` to check OS artifacts > (e.g. packages) and I noticed that the `-f allowed_signers_file` option can be > passed only once. A side remark: technically it can be passed multiple times &...
2025 Apr 23
1
Multiple allowed signer files in `ssh-keygen -Y verify`
Hello, I'm currently evaluating using `ssh-keygen -Y verify` to check OS artifacts (e.g. packages) and I noticed that the `-f allowed_signers_file` option can be passed only once. A side remark: technically it can be passed multiple times without a warning but the last invocation overrides all previous ones. Tested using: $ ssh-keygen -Y verify -f allowed_signers -f /dev/null -n file -s
2024 Mar 07
1
Question about ssh-keygen -Y find-principals
Hello, I've noticed that `ssh-keygen -Y find-principals` warns about empty lines in the allowed signers file, even though the documentation says they should be treated as comments: $ ssh-keygen -Y find-principals -f allowed_signers.md -I wiktor at metacode.biz -n file -s rsa-key.txt.sig < rsa-key.txt allowed_signers.md:3: missing key <---- here wiktor at metacode.biz `-Y