From 9d33e97cde8826ce653db04814071ace9387db7a2517a844eb23db8e59c481e1 Mon Sep 17 00:00:00 2001 From: Sayali Lunkad Date: Wed, 14 Jul 2021 08:16:34 +0000 Subject: [PATCH] Accepting request 906183 from home:rjschwei:branches:devel:kubic:ignition - Forward port fix-authorized-keys-location.patch OBS-URL: https://build.opensuse.org/request/show/906183 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/afterburn?expand=0&rev=12 --- afterburn.changes | 5 +++++ fix-authorized-keys-location.patch | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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");