/etc/pam.d/gsisshd - CentOS Linux 7

This is the default example configuration of gsisshd provided by OpenSSH. This config file was generated by OpenSSH running on CentOS 7.

It is located under: /etc/pam.d/gsisshd

    #%PAM-1.0
auth       required     pam_sepermit.so
auth       substack     password-auth
auth       include      postlogin
# Used with polkit to reauthorize users in remote sessions
-auth      optional     pam_reauthorize.so prepare
account    required     pam_nologin.so
account    include      password-auth
password   include      password-auth
# 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
session    optional     pam_keyinit.so force revoke
session    include      password-auth
session    include      postlogin
# Used with polkit to reauthorize users in remote sessions
-session   optional     pam_reauthorize.so prepare

    
  

Config Details

Location
/etc/pam.d/gsisshd
Operating system
CentOS Linux 7
Length
20 lines
MD5 checksum
8b1fd19e1642990d48d179b4996950b9

Usage

Download the raw file with wget or curl

Wget

wget -O gsisshd.example http://exampleconfig.com/static/raw/openssh/centos7/etc/pam.d/gsisshd

cURL

curl http://exampleconfig.com/static/raw/openssh/centos7/etc/pam.d/gsisshd > gsisshd.example