diff options
Diffstat (limited to 'config/openbsd/waagent.conf')
-rw-r--r-- | config/openbsd/waagent.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/openbsd/waagent.conf b/config/openbsd/waagent.conf index 580b4a3..a39a9a5 100644 --- a/config/openbsd/waagent.conf +++ b/config/openbsd/waagent.conf @@ -15,7 +15,6 @@ Provisioning.DeleteRootPassword=y Provisioning.RegenerateSshHostKeyPair=y # Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto". -# The "auto" option is supported on OpenSSH 5.9 (2011) and later. Provisioning.SshHostKeyPairType=auto # Monitor host name changes and publish changes via DHCP requests. @@ -111,5 +110,5 @@ OS.PasswordPath=/etc/master.passwd # Add firewall rules to protect access to Azure host node services # Note: -# - The default is false to protect the state of existing VMs +# - The default is false to protect the state of exising VMs OS.EnableFirewall=y |