From 1cdb0a9c96acb5c6d486437ad507c8c7b72c6005 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 10 May 2026 22:08:40 +0200 Subject: [PATCH] add changelog for key passwd fix --- changelog/unreleased/issue-5757 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-5757 diff --git a/changelog/unreleased/issue-5757 b/changelog/unreleased/issue-5757 new file mode 100644 index 000000000..33e34fafe --- /dev/null +++ b/changelog/unreleased/issue-5757 @@ -0,0 +1,8 @@ +Bugfix: respect `--user` and `--host` in `key passwd` + +The `key passwd` command silently ignored the `--user` and `--host` flags +and always recorded the new key with the current user and host name. +This has been fixed, + +https://github.com/restic/restic/issues/5757 +https://github.com/restic/restic/pull/21781 \ No newline at end of file