Reset sshd timeout in stage deploy minigraph.#6820
Reset sshd timeout in stage deploy minigraph.#6820yejianquan merged 5 commits intosonic-net:masterfrom
Conversation
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
|
The pre-commit check detected issues in the files touched by this pull request. For old issues, it is not mandatory to fix them because they were not caused by this change. It is unfair to blame Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
* Reset sshd timeout Approach What is the motivation for this PR? In pr [sonic-net/sonic-buildimage#12109], it decrease the sshd timout from 15mins to 5mins. It may cause timeout when executing generate_dump -s yesterday in posttest. So in this pr, during deploying minigraph, we reset this time. How did you do it? Modify the value /etc/ssh/sshd_config/ClientAliveInterval in deploy minigraph. co-authorized by: jianquanye@microsoft.com
* Reset sshd timeout Approach What is the motivation for this PR? In pr [sonic-net/sonic-buildimage#12109], it decrease the sshd timout from 15mins to 5mins. It may cause timeout when executing generate_dump -s yesterday in posttest. So in this pr, during deploying minigraph, we reset this time. How did you do it? Modify the value /etc/ssh/sshd_config/ClientAliveInterval in deploy minigraph. co-authorized by: jianquanye@microsoft.com
Description of PR
In pr [https://github.com/sonic-net/sonic-buildimage/pull/12109], it decrease the sshd timout from 15mins to 5mins. It may cause timeout when executing
generate_dump -s yesterdayin posttest. So in this pr, during deploying minigraph, we reset this time.Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
In pr [https://github.com/sonic-net/sonic-buildimage/pull/12109], it decrease the sshd timout from 15mins to 5mins. It may cause timeout when executing
generate_dump -s yesterdayin posttest. So in this pr, during deploying minigraph, we reset this time.How did you do it?
Modify the value
/etc/ssh/sshd_config/ClientAliveIntervalin deploy minigraph.How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation