summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRon Gebauer <Mazorius@users.noreply.github.com>2023-01-25 22:40:32 +0100
committerGitHub <noreply@github.com>2023-01-25 15:40:32 -0600
commit94a00492b11995dd9278605eb29ee4b096ce3a90 (patch)
tree8558fdd2cb3ea0505f09dd84a5567706c2d33b4c /tools
parent7d57fcff6d32fd706dd745315c0f8f72d94385eb (diff)
downloadcloud-init-git-94a00492b11995dd9278605eb29ee4b096ce3a90.tar.gz
Fix permission of SSH host keys (#1971)
If the host-keys are provided the private key permissions have 0600 which is indeed correct. But the public key has 0600 which should instead be 0644. With this change the public key is always 0644 and the private key is 0600 if provided or 640 if generated (to match sshd-keygen functionality).
Diffstat (limited to 'tools')
-rw-r--r--tools/.github-cla-signers1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers
index 77962d87..6833aa9a 100644
--- a/tools/.github-cla-signers
+++ b/tools/.github-cla-signers
@@ -80,6 +80,7 @@ MarkMielke
marlluslustosa
matthewruffell
maxnet
+Mazorius
megian
michaelrommel
mitechie