Je traduis les lignes suivantes, mais je n’en comprends pas la teneur.
Il s’agit de la ligne “UsePAM”
[quote] Set this to ‘yes’ to enable PAM authentication, account processing, and session processing. If this is enabled, PAM authentication will be allowed through the ChallengeResponseAuthentication and PasswordAuthentication.
Depending on your PAM configuration, PAM authentication via ChallengeResponseAuthentication may bypass the setting of “PermitRootLogin without-password”.
If you just want the PAM account and session checks to run without PAM authentication, then enable this but set PasswordAuthentication and ChallengeResponseAuthentication to ‘no’.[/quote]
Autrement dit, comment faut-il gérer les commandes suivantes (YES ; NO ; commenté ):
UsePAM
ChallengeResponseAuthentication
PasswordAuthentication
Sachant que je ne veux pas laisser la possibilité de se loguer en tant que ‘root’, donc : “PermitRootLogin” à "no"
et que je voudrais pouvoir me servir des authentifications par “clefs”, pour certains ET par “MDP”, pour d’autres.
Merci.