Custom PAM Module
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a use case where I am trying to SSH into a Red Hat Enterprise Linux 7.5 using a custom pam module that makes calls to an api. The problem that I am encountering however is that username and password are always checked. The first line at the top of my sshd file in my pam.d directory is my custom pam module, but username password always gets checked before my pam module can run. Is there anyway I can turn username and password off? Or at least turn off password and just verify that the user has an account?
linux ssh rhel sshd pam
New contributor
add a comment |
up vote
0
down vote
favorite
I have a use case where I am trying to SSH into a Red Hat Enterprise Linux 7.5 using a custom pam module that makes calls to an api. The problem that I am encountering however is that username and password are always checked. The first line at the top of my sshd file in my pam.d directory is my custom pam module, but username password always gets checked before my pam module can run. Is there anyway I can turn username and password off? Or at least turn off password and just verify that the user has an account?
linux ssh rhel sshd pam
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a use case where I am trying to SSH into a Red Hat Enterprise Linux 7.5 using a custom pam module that makes calls to an api. The problem that I am encountering however is that username and password are always checked. The first line at the top of my sshd file in my pam.d directory is my custom pam module, but username password always gets checked before my pam module can run. Is there anyway I can turn username and password off? Or at least turn off password and just verify that the user has an account?
linux ssh rhel sshd pam
New contributor
I have a use case where I am trying to SSH into a Red Hat Enterprise Linux 7.5 using a custom pam module that makes calls to an api. The problem that I am encountering however is that username and password are always checked. The first line at the top of my sshd file in my pam.d directory is my custom pam module, but username password always gets checked before my pam module can run. Is there anyway I can turn username and password off? Or at least turn off password and just verify that the user has an account?
linux ssh rhel sshd pam
linux ssh rhel sshd pam
New contributor
New contributor
New contributor
asked Nov 21 at 13:29
R.Lansing
1
1
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
R.Lansing is a new contributor. Be nice, and check out our Code of Conduct.
R.Lansing is a new contributor. Be nice, and check out our Code of Conduct.
R.Lansing is a new contributor. Be nice, and check out our Code of Conduct.
R.Lansing is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483206%2fcustom-pam-module%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown