enable PAM on openssh server
This commit is contained in:
parent
9e4a42034f
commit
d555bb82c7
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
AuthenticationMethods = "publickey";
|
AuthenticationMethods = "publickey";
|
||||||
PubkeyAuthentication = "yes";
|
PubkeyAuthentication = "yes";
|
||||||
ChallengeResponseAuthentication = "no";
|
ChallengeResponseAuthentication = "no";
|
||||||
UsePAM = false;
|
|
||||||
X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue