forked from pool/afterburn
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:
parent
f96d108345
commit
9d33e97cde
@ -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>
|
Mon Jul 12 20:00:43 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--- src/providers/mod.rs.orig
|
--- src/providers/mod.rs.orig
|
||||||
+++ src/providers/mod.rs
|
+++ src/providers/mod.rs
|
||||||
@@ -130,8 +130,8 @@ fn write_ssh_keys(user: User, ssh_keys:
|
@@ -87,8 +87,8 @@ fn write_ssh_keys(user: User, ssh_keys:
|
||||||
.chain_err(|| "failed to switch user/group")?;
|
.context("failed to switch user/group")?;
|
||||||
|
|
||||||
// get paths
|
// get paths
|
||||||
- let dir_path = user.home_dir().join(".ssh").join("authorized_keys.d");
|
- let dir_path = user.home_dir().join(".ssh").join("authorized_keys.d");
|
||||||
|
Loading…
Reference in New Issue
Block a user