From 13bf3216101af82d36e24e5a95f450f166f5030b Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 24 Mar 2023 16:16:50 +0100 Subject: [PATCH] docs: s/authorized_key/authorized_keys/ --- docs/USER_RECORD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 9170a678507..768f9d0072a 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -638,7 +638,7 @@ field of `struct passwd`). `sshAuthorizedKeys` → An array of strings, each listing an SSH public key that is authorized to access the account. The strings should follow the same format -as the lines in the traditional `~/.ssh/authorized_key` file. +as the lines in the traditional `~/.ssh/authorized_keys` file. `pkcs11EncryptedKey` → An array of objects. Each element of the array should be an object consisting of three string fields: `uri` shall contain a PKCS#11 -- 2.47.3