commit | b8da64dc3613c1ff8840faab158236429679b786 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Jul 12 17:26:23 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Jul 12 17:26:56 2018 +0200 |
tree | fd6a673d1e793fecc31f03c0c31460eff520255a | |
parent | 2e3998490ef984219cc82729373ce125e9feaf59 [diff] |
openssh client fix PROD-21335 Change-Id: I2ef7bb7ad9b4a1afa02e868861060e3e78a15c42
diff --git a/openssh/client/root.yml b/openssh/client/root.yml index 145f5da..66f8f88 100644 --- a/openssh/client/root.yml +++ b/openssh/client/root.yml
@@ -36,7 +36,9 @@ user: root: enabled: true - private_key: - type: rsa - key: ${_param:root_private_key} user: ${linux:system:user:root} + private_key: ${private_keys:root} + private_keys: + root: + type: rsa + key: ${_param:root_private_key}