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
This commit is contained in:
Sayali Lunkad 2021-07-14 08:16:34 +00:00 committed by Git OBS Bridge
parent f96d108345
commit 9d33e97cde
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 13 18:39:31 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
- Forward port fix-authorized-keys-location.patch
-------------------------------------------------------------------
Mon Jul 12 20:00:43 UTC 2021 - Robert Schweikert <rjschwei@suse.com>

View File

@ -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");