bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51487: The openssh service does not allow multiple authorized key fi


From: Vivien Kraus
Subject: bug#51487: The openssh service does not allow multiple authorized key files per user
Date: Sun, 07 Nov 2021 18:29:30 +0100
User-agent: mu4e 1.6.9; emacs 27.2

Hello,

Ludovic Courtès <ludo@gnu.org> writes:
> Could you write it in functional style using a vhash (info "(guile)
> VHashes")?  You’ll probably need two list traversals: one to build the
> user/key mapping, and one to compute the list of users.

I thought that as the vhash data structure inherited the drawbacks of
vlist, it would not be worth using in place of a hash table, but you’re
saying that it’s still a better (more functional) data structure, noted.

Here is the new patch (and I also forgot that appending short lists to
long lists was not great, so I do all the appending at the end of the
function now).

Attachment: 0001-gnu-openssh-service-Collect-all-keys-for-all-users.patch
Description: Text Data

Vivien

reply via email to

[Prev in Thread] Current Thread [Next in Thread]