mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-15 20:52:05 +01:00
Expand on "Authentication Key Flag"
This commit is contained in:
parent
c6a020d8f7
commit
8865cbf0e1
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ Authentication
|
||||||
The term "authentication" here is semantically different from the one used in {term}`Authentication Key Flag`.
|
The term "authentication" here is semantically different from the one used in {term}`Authentication Key Flag`.
|
||||||
|
|
||||||
Authentication Key Flag
|
Authentication Key Flag
|
||||||
A {term}`Key Flag`, which indicates that a {term}`Component Key` can be used to confirm control over {term}`private key material` against a remote system. This is typically done to perform an authorative action, like logging into a system. The term "authentication" here is semantically different from {term}`Authentication`. See [](key-flags).
|
A {term}`Key Flag` which indicates that a {term}`Component Key` can be used to prove control over {term}`private key material` with a challenge-response mechanism. This is typically done to log into a remote system, often using the OpenSSH protocol.
|
||||||
|
|
||||||
|
Note that the term "authentication" is used in a different context here than {term}`Authentication` of {term}`identity claims<identity claim>` that are associated with a {term}`certificate`. See [](key-flags).
|
||||||
|
|
||||||
Authentication Tag
|
Authentication Tag
|
||||||
See {term}`Message Authentication Code`.
|
See {term}`Message Authentication Code`.
|
||||||
|
|
Loading…
Reference in a new issue