/etc/pam.d/ssh-keycat - CentOS Linux 8

This is the default example configuration of ssh-keycat provided by OpenSSH. This config file was generated by OpenSSH running on CentOS 8.

It is located under: /etc/pam.d/ssh-keycat

    #%PAM-1.0
# pam_selinux.so close should be the first session rule
session    required     pam_selinux.so close
session    required     pam_loginuid.so
# pam_selinux.so open should only be followed by sessions to be executed in the user context
session    required     pam_selinux.so open env_params
session    required     pam_namespace.so


    
  

Config Details

Location
/etc/pam.d/ssh-keycat
Operating system
CentOS Linux 8
Length
8 lines
MD5 checksum
5aa3a8dc7590c1bce2390edb99178b20

Usage

Download the raw file with wget or curl

Wget

wget -O ssh-keycat.example http://exampleconfig.com/static/raw/openssh/centos8/etc/pam.d/ssh-keycat

cURL

curl http://exampleconfig.com/static/raw/openssh/centos8/etc/pam.d/ssh-keycat > ssh-keycat.example