Blame SOURCES/ci-Enable-ssh_deletekeys-by-default.patch
|
|
9dab26 |
From be355ece2812bb19ac5af4262bcf84a2b758eefd Mon Sep 17 00:00:00 2001
|
|
|
9dab26 |
From: Eduardo Otubo <otubo@redhat.com>
|
|
|
9dab26 |
Date: Mon, 13 Jul 2020 10:19:40 +0200
|
|
|
9dab26 |
Subject: [PATCH] Enable ssh_deletekeys by default
|
|
|
9dab26 |
|
|
|
9dab26 |
RH-Author: Eduardo Otubo <otubo@redhat.com>
|
|
|
9dab26 |
Message-id: <20200710085556.6993-1-otubo@redhat.com>
|
|
|
9dab26 |
Patchwork-id: 97933
|
|
|
9dab26 |
O-Subject: [RHEL-8.2.1 cloud-init PATCH] Enable ssh_deletekeys by default
|
|
|
9dab26 |
Bugzilla: 1855595
|
|
|
9dab26 |
Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
9dab26 |
|
|
|
9dab26 |
The configuration option ssh_deletekeys will trigger the generation
|
|
|
9dab26 |
of new ssh keys for every new instance deployed.
|
|
|
9dab26 |
|
|
|
9dab26 |
x-downstream-only: yes
|
|
|
9dab26 |
resolves: rhbz#1814152
|
|
|
9dab26 |
|
|
|
9dab26 |
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
|
|
|
9dab26 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
9dab26 |
---
|
|
|
9dab26 |
rhel/cloud.cfg | 2 +-
|
|
|
9dab26 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
9dab26 |
|
|
|
9dab26 |
diff --git a/rhel/cloud.cfg b/rhel/cloud.cfg
|
|
|
9dab26 |
index 82e8bf6..9ecba21 100644
|
|
|
9dab26 |
--- a/rhel/cloud.cfg
|
|
|
9dab26 |
+++ b/rhel/cloud.cfg
|
|
|
9dab26 |
@@ -6,7 +6,7 @@ ssh_pwauth: 0
|
|
|
9dab26 |
|
|
|
9dab26 |
mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service', '0', '2']
|
|
|
9dab26 |
resize_rootfs_tmp: /dev
|
|
|
9dab26 |
-ssh_deletekeys: 0
|
|
|
9dab26 |
+ssh_deletekeys: 1
|
|
|
9dab26 |
ssh_genkeytypes: ~
|
|
|
9dab26 |
syslog_fix_perms: ~
|
|
|
9dab26 |
disable_vmware_customization: false
|
|
|
9dab26 |
--
|
|
|
9dab26 |
1.8.3.1
|
|
|
9dab26 |
|