Skip to content

Commit

Permalink
LU-3705: Make cldiag accept no UsePAM setting in sshd in CL9
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Ponomarenko committed Feb 16, 2023
1 parent 16649e2 commit 045df04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/command-line_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3134,11 +3134,11 @@ Fails if CageFS is not enabled for suphp binary.
#### check-usepam
Checks UsePAM in <span class="notranslate">`/etc/ssh/sshd_config`</span>.
Checks usepam setting in <span class="notranslate">`sshd -T`</span> output.
Checking if <span class="notranslate">`/etc/ssh/sshd_config`</span> config file contains <span class="notranslate">`UsePAM yes`</span> line, which is required for pam_lve correct work with sshd.
Checking if <span class="notranslate">`sshd -T`</span> output contains <span class="notranslate">`usepam yes`</span> line, which is required for pam_lve correct work with sshd.
Fails if <span class="notranslate">`/etc/ssh/sshd_config`</span> contains <span class="notranslate">`UsePAM no`</span> line.
Fails if <span class="notranslate">`sshd -T`</span> output contains <span class="notranslate">`usepam no`</span>. You could specify `UsePAM yes` in `/etc/ssh/sshd_config`
#### check-symlinkowngid
Expand Down

0 comments on commit 045df04

Please sign in to comment.