me
/
guix
Archived
1
0
Fork 0

services: ssh: Fix extend-openssh-authorized-keys.

Fixes #55359.

* gnu/services/ssh.scm (extend-openssh-authorized-keys): Use KEYS argument.
master
Oleg Pykhalov 2022-05-26 08:10:01 +03:00
parent b015a15c57
commit 1f29ed4a81
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ of user-name/file-like tuples."
(openssh-configuration (openssh-configuration
(inherit config) (inherit config)
(authorized-keys (authorized-keys
(match (openssh-configuration-authorized-keys config) (match (append (openssh-configuration-authorized-keys config) keys)
(((users _ ...) ...) (((users _ ...) ...)
;; Build a user/key-list mapping. ;; Build a user/key-list mapping.
(let ((user-keys (alist->vhash (let ((user-keys (alist->vhash