upstream: add missing reserved fields to key constraint protocol
documentation. from Wiktor Kwapisiewicz via GHPR487 OpenBSD-Commit-ID: 0dfb69998cfdb3fa00cbb0e7809e7d2f6126e3df
This commit is contained in:
parent
16d0b82fa0
commit
da757b022b
|
@ -49,10 +49,13 @@ Where a constraint consists of:
|
||||||
|
|
||||||
string from_username (must be empty)
|
string from_username (must be empty)
|
||||||
string from_hostname
|
string from_hostname
|
||||||
|
string reserved
|
||||||
keyspec[] from_hostkeys
|
keyspec[] from_hostkeys
|
||||||
string to_username
|
string to_username
|
||||||
string to_hostname
|
string to_hostname
|
||||||
|
string reserved
|
||||||
keyspec[] to_hostkeys
|
keyspec[] to_hostkeys
|
||||||
|
string reserved
|
||||||
|
|
||||||
And a keyspec consists of:
|
And a keyspec consists of:
|
||||||
|
|
||||||
|
@ -112,4 +115,4 @@ A SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED will return SSH_AGENT_SUCCESS
|
||||||
if any key (plain private or certificate) was successfully loaded, or
|
if any key (plain private or certificate) was successfully loaded, or
|
||||||
SSH_AGENT_FAILURE if no key was loaded.
|
SSH_AGENT_FAILURE if no key was loaded.
|
||||||
|
|
||||||
$OpenBSD: PROTOCOL.agent,v 1.22 2023/12/20 00:06:25 jsg Exp $
|
$OpenBSD: PROTOCOL.agent,v 1.23 2024/04/30 05:45:56 djm Exp $
|
||||||
|
|
Loading…
Reference in New Issue