mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
app-emulation/wa-linux-agent: apply CoreOS changes to waagent.conf
This commit is contained in:
parent
e3102df950
commit
ebb6ac35b5
@ -13,20 +13,20 @@ Extensions.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