git: 9229236fb9e0 - main - basic-cloudinit: remove duplicated rc.conf entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 08:49:04 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=9229236fb9e03ed5bfea154f7ac3f3d35a4a9377
commit 9229236fb9e03ed5bfea154f7ac3f3d35a4a9377
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-11-20 08:48:28 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-11-20 08:48:57 +0000
basic-cloudinit: remove duplicated rc.conf entry
---
release/tools/basic-cloudinit.conf | 1 -
1 file changed, 1 deletion(-)
diff --git a/release/tools/basic-cloudinit.conf b/release/tools/basic-cloudinit.conf
index 2879f706a8de..7088c0a5f72a 100644
--- a/release/tools/basic-cloudinit.conf
+++ b/release/tools/basic-cloudinit.conf
@@ -18,7 +18,6 @@ vm_extra_pre_umount() {
cat << EOF >> ${DESTDIR}/etc/rc.conf
dumpdev="AUTO"
ifconfig_DEFAULT="SYNCDHCP accept_rtadv"
-sshd_enable="YES"
# RSA host keys are obsolete and also very slow to generate
sshd_rsa_enable="NO"
EOF