diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 19:56:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 22:13:46 +0100 |
commit | 8e612e071b8c0fc99ebf91673f53ca5f0d6bdd11 (patch) | |
tree | b88adeda669b47aac436671f7fee608c2deee8ae /Changelog | |
parent | 0ef94d85e58497dcb2c4c954cadcac918032467a (diff) |
Document `lacme-accountd --stdio`.
It's an internal flag, but can be useful for authorized_keys(5)
restrictions.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ lacme (0.7.1) upstream; accountd. + accountd: replace internal option --conn-fd=FD with flag --stdio. Using stdin/stdout makes it possible to tunnel the accountd - connection through ssh. + connection through ssh. The new flag is documented to allow safe + usage is authorized_keys(5) restrictions. + Remove dependency on List::Util (core module). - lacme: delay webserver socket shutdown to after the process has terminated. |