Verify stored keychain SSH signatures
This commit is contained in:
parent
788522404d
commit
f7f14f6b27
10 changed files with 160 additions and 15 deletions
|
|
@ -32,8 +32,8 @@ the keychain initialization/admin-key operations and signs their canonical
|
|||
payloads through `ssh-keygen -Y sign` using the
|
||||
`geth.keychain.v1@geth.local` namespace. This is the bootstrap path for
|
||||
admin/YubiKey-rooted trust. `geth keychain status` reports the number of stored
|
||||
keychain signatures; signature verification for replicated keychain ops is still
|
||||
future work.
|
||||
keychain signatures plus how many currently verify with OpenSSH; rejecting
|
||||
unsigned or invalid replicated keychain ops is still future work.
|
||||
|
||||
The daemon can also install itself as a user service:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue