summaryrefslogtreecommitdiff
path: root/config/clearlinux/waagent.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/clearlinux/waagent.conf')
-rw-r--r--config/clearlinux/waagent.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/clearlinux/waagent.conf b/config/clearlinux/waagent.conf
index 8109425..c63f92b 100644
--- a/config/clearlinux/waagent.conf
+++ b/config/clearlinux/waagent.conf
@@ -25,7 +25,8 @@ Provisioning.DeleteRootPassword=y
# Generate fresh host key pair.
Provisioning.RegenerateSshHostKeyPair=y
-# 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.
@@ -86,5 +87,5 @@ AutoUpdate.GAFamily=Prod
# 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