Skip to content

Commit

Permalink
timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Nov 5, 2024
1 parent f9851c8 commit c2805f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rseries_security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ In addition, there is a separate setting for aom ssh access as described here:
Configuring SSH and CLI Timeouts & Deny Root SSH Settings via API
-----------------------------------------------------------------

To configure the CLI or SSH timeouts via the API, use the PATCH API call below. In the case below, the CLI session should disconnect after 300 seconds of inactivity.
To configure the CLI or SSH timeouts via the API, use the PATCH API call below. In the case below, the CLI session should disconnect after 40 seconds of inactivity.

.. code-block:: bash
Expand All @@ -1284,7 +1284,8 @@ Below is the payload in the API call above to set the idle-timeout.
{
"f5-system-settings:settings": {
"f5-system-settings:config": {
"f5-system-settings:idle-timeout": 300
"f5-system-settings:idle-timeout": 40,
"f5-system-settings:sshd-idle-timeout: 20"
}
}
}
Expand Down

0 comments on commit c2805f9

Please sign in to comment.