Skip to content

Commit

Permalink
[docs] Add pem_permit.so as last required item in the session PAM sec…
Browse files Browse the repository at this point in the history
…tion (#4352)

Signed-off-by: Vlad Ungureanu <[email protected]>
  • Loading branch information
ungureanuvladvictor authored Sep 21, 2020
1 parent 8d1903d commit 8081431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/4.2/features/ssh-pam.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Start by creating a file `/etc/pam.d/teleport` with the following contents:
```bash
account required pam_exec.so /etc/pam-exec.d/teleport_acct
session required pam_motd.so
session required pam_permit.so
```

!!! Note
Expand Down
1 change: 1 addition & 0 deletions docs/4.3/features/ssh-pam.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ Start by creating a file `/etc/pam.d/teleport` with the following contents:
```bash
account required pam_exec.so /etc/pam-exec.d/teleport_acct
session required pam_motd.so
session required pam_permit.so
```

!!! Note
Expand Down

0 comments on commit 8081431

Please sign in to comment.