components/openssh/sources/sshd-none
author Sean Wilcox <sean.wilcox@oracle.com>
Tue, 08 Nov 2016 11:16:49 -0700
changeset 7265 078a4fa1d5a1
parent 6086 7c225e52772b
permissions -rw-r--r--
24933105 Flavor RAM not aligned to 256Mb causes error in nova.virt.solariszones.driver

#
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
#
# PAM configuration for the SSH user authentication type of 'none' which is
# used when no authentication is required at all.  This PAM fragment prevents 
# authentication using sshd-none to avoid unnecessary interaction with
# failed logins tracking in certain SSH and PAM configurations.  If SSH
# logins are desired without any authentication then this is possible by
# configuring both the sshd_config(5) options 'PasswordAuthentication' and
# 'PermitEmptyPasswords' to be 'yes' and using either the 'password' or
# 'keyboard-interactive' user authentication methods.
#
auth		definitive	pam_deny.so.1
account		definitive	pam_deny.so.1
session		definitive	pam_deny.so.1
password	definitive	pam_deny.so.1