https://www.tecmint.com/increase-ssh-connection-timeout/
/etc/ssh/sshd_config
The timeout value is given by the product of the above parameters i.e.
For example, let’s say you have defined your parameters as shown:
https://www.tecmint.com/increase-ssh-connection-timeout/
/etc/ssh/sshd_config
ClientAliveInterval 1200 ClientAliveCountMax 3
The timeout value is given by the product of the above parameters i.e.
Timeout value = ClientAliveInterval * ClientAliveCountMax
For example, let’s say you have defined your parameters as shown:
ClientAliveInterval 1200 ClientAliveCountMax 3
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
No comments:
Post a Comment