diff --git a/afterburn.changes b/afterburn.changes index 3a085e6..4fd9864 100644 --- a/afterburn.changes +++ b/afterburn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 13 18:39:31 UTC 2021 - Robert Schweikert + +- Forward port fix-authorized-keys-location.patch + ------------------------------------------------------------------- Mon Jul 12 20:00:43 UTC 2021 - Robert Schweikert diff --git a/fix-authorized-keys-location.patch b/fix-authorized-keys-location.patch index 88a67bf..03fecb0 100644 --- a/fix-authorized-keys-location.patch +++ b/fix-authorized-keys-location.patch @@ -1,7 +1,7 @@ --- src/providers/mod.rs.orig +++ src/providers/mod.rs -@@ -130,8 +130,8 @@ fn write_ssh_keys(user: User, ssh_keys: - .chain_err(|| "failed to switch user/group")?; +@@ -87,8 +87,8 @@ fn write_ssh_keys(user: User, ssh_keys: + .context("failed to switch user/group")?; // get paths - let dir_path = user.home_dir().join(".ssh").join("authorized_keys.d");