enable PAM on openssh server
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
AuthenticationMethods = "publickey";
|
AuthenticationMethods = "publickey";
|
||||||
PubkeyAuthentication = "yes";
|
PubkeyAuthentication = "yes";
|
||||||
ChallengeResponseAuthentication = "no";
|
ChallengeResponseAuthentication = "no";
|
||||||
UsePAM = false;
|
|
||||||
X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user