mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
app-emulation/wa-agent: update waagent.conf
Update waagent.conf to not change value from the old version. This breaks some things like cloudinit if they are changed.
This commit is contained in:
parent
6cec66c0a5
commit
9291baaa4a
@ -9,20 +9,20 @@ Provisioning.Enabled=y
|
|||||||
Provisioning.UseCloudInit=n
|
Provisioning.UseCloudInit=n
|
||||||
|
|
||||||
# Password authentication for root account will be unavailable.
|
# Password authentication for root account will be unavailable.
|
||||||
Provisioning.DeleteRootPassword=y
|
Provisioning.DeleteRootPassword=n
|
||||||
|
|
||||||
# Generate fresh host key pair.
|
# Generate fresh host key pair.
|
||||||
Provisioning.RegenerateSshHostKeyPair=y
|
Provisioning.RegenerateSshHostKeyPair=n
|
||||||
|
|
||||||
# Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto".
|
# Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto".
|
||||||
# The "auto" option is supported on OpenSSH 5.9 (2011) and later.
|
# The "auto" option is supported on OpenSSH 5.9 (2011) and later.
|
||||||
Provisioning.SshHostKeyPairType=rsa
|
Provisioning.SshHostKeyPairType=auto
|
||||||
|
|
||||||
# Monitor host name changes and publish changes via DHCP requests.
|
# Monitor host name changes and publish changes via DHCP requests.
|
||||||
Provisioning.MonitorHostName=y
|
Provisioning.MonitorHostName=y
|
||||||
|
|
||||||
# Decode CustomData from Base64.
|
# Decode CustomData from Base64.
|
||||||
Provisioning.DecodeCustomData=n
|
Provisioning.DecodeCustomData=y
|
||||||
|
|
||||||
# Execute CustomData after provisioning.
|
# Execute CustomData after provisioning.
|
||||||
Provisioning.ExecuteCustomData=n
|
Provisioning.ExecuteCustomData=n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user