Reset sshd timeout using ansible's grammar.#6824
Reset sshd timeout using ansible's grammar.#6824yutongzhang-microsoft wants to merge 6 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:
|
|
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:
|
Description of PR
In pr [https://github.com//pull/6820], I replaced the value of ClientAliveInterval using
sed. But there is an warning, so I change it to ansible's own grammar, usinglineinfileto replace the value.Summary:
Fixes # (6820)
Type of change
Back port request
Approach
What is the motivation for this PR?
In pr [https://github.com//pull/6820], I replaced the value of ClientAliveInterval using
sed. But there is an warning, so I change it to ansible's own grammar, usinglineinfileto replace the value.How did you do it?
Replace
sedwithlineinfile.How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation