question

sagniksen-9496 avatar image
0 Votes"
sagniksen-9496 asked ManuPhilip edited

AZURE UBUNTU VM cloud shell time limit exceed

How to increase the time limit for cloud shell in Azure vm?

azure-monitorazure-security-center
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ManuPhilip avatar image
0 Votes"
ManuPhilip answered ManuPhilip edited

You may increase the timeout in the following file:
/etc/ssh/sshd_config

Locate the following values
ClientAliveInterval
ClientAliveCountMax

Timeout value = ClientAliveInterval * ClientAliveCountMax
You may set an example value as follows:

ClientAliveInterval 1200
ClientAliveCountMax 3

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.