diff options
Diffstat (limited to 'config/gaia/waagent.conf')
-rw-r--r-- | config/gaia/waagent.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/gaia/waagent.conf b/config/gaia/waagent.conf index 9c28ba3..0fd78a8 100644 --- a/config/gaia/waagent.conf +++ b/config/gaia/waagent.conf @@ -14,7 +14,8 @@ Provisioning.DeleteRootPassword=n # Generate fresh host key pair. Provisioning.RegenerateSshHostKeyPair=n -# Supported values are "rsa", "dsa" and "ecdsa". +# Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto". +# The "auto" option is supported on OpenSSH 5.9 (2011) and later. Provisioning.SshHostKeyPairType=rsa # Monitor host name changes and publish changes via DHCP requests. @@ -111,5 +112,5 @@ AutoUpdate.Enabled=n # Add firewall rules to protect access to Azure host node services # Note: -# - The default is false to protect the state of exising VMs +# - The default is false to protect the state of existing VMs OS.EnableFirewall=y |