Mitchell Grenier
Mitchell Grenier
SSH keys can be `ecdsa-sha2-nistp521` as well
@AbGuthrie Where should these types live? We should have one for Row and Rows (being []Row) at least.
Printing should switch between modes the same way osquery does with `.mode `
Default mode should be pretty whenever it gets implemented as well
I've rewritten the configuration system so we have validation which is still private to the module. I've also removed lots of pointer uses to reduce crashes. On the point of...
Running natively on an M1 Max 32-core GPU results in sustained 150MH 14" MBP, 64 GB Ram
This occurs at least on macOS aarch64 and Linux amd64
The status is set to `0x6A80`, seems to happen with both my Yubikey bio and 5C
When using ECDSA keys I get: `0x6985`
The closest thing I have to that (currently) is this code that I am working on to sign SSH certificates with a FIDO key. https://github.com/obelisk/sshcerts/blob/new_fido2_authenticator_rs/src/ssh/privkey.rs#L302 This code works perfectly well...