summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 88ad37a..d9850db 100644
--- a/README.md
+++ b/README.md
@@ -181,12 +181,12 @@ ResourceDisk.MountPoint=/mnt/resource
ResourceDisk.MountOptions=None
ResourceDisk.EnableSwap=n
ResourceDisk.SwapSizeMB=0
-LBProbeResponder=y
Logs.Verbose=n
OS.AllowHTTP=n
OS.RootDeviceScsiTimeout=300
OS.EnableFIPS=n
OS.OpensslPath=None
+OS.SshClientAliveInterval=180
OS.SshDir=/etc/ssh
HttpProxy.Host=None
HttpProxy.Port=None
@@ -329,13 +329,6 @@ _Default: 0_
The size of the swap file in megabytes.
-* __LBProbeResponder__
-_Type: Boolean_
-_Default: y_
-
-If set, waagent will respond to load balancer probes from the platform (if
-present).
-
* Logs.Verbose
_Type: Boolean_
_Default: n_
@@ -383,6 +376,12 @@ _Default: None_
This can be used to specify an alternate path for the openssl binary to use for
cryptographic operations.
+* __OS.SshClientAliveInterval__
+_Type: Integer_
+_Default: 180_
+
+This values sets the number of seconds the agent uses for the SSH ClientAliveInterval configuration option.
+
* __OS.SshDir__
_Type: String_
_Default: `/etc/ssh`_