ubuntu 20, 22, 24 

sssd.conf

[prompting/password]
password_prompt = my_password :

ubuntu 20, 22, 24 

[prompting/2fa]
single_prompt = False
first_prompt = 2fa_Password :
second_prompt = 2fa_otp :

But when I try  ssh testuer@localhost  
always it asks me  "Passowrd:" 

I tried to change sssd.conf  and    also tried    /etc/pam.d/ 
  /etc/pam.d/sshd 
@include common-auth
account    required     pam_nologin.so
@include common-account
..... 

 /etc/pam.d/common-auth 
auth    [success=2 default=ignore]      pam_unix.so nullok   <-------- I 
changed it as   auth    [success=2 default=ignore]      pam_unix.so nullok  
authtok_prompt=my_password:
auth    [success=1 default=ignore]      pam_sss.so use_first_pass
auth    requisite                       pam_deny.so
auth    required                        pam_permit.so
auth    optional                        pam_cap.so


But everything doesn't work. 
How can I change the default password prompt ?? 
--
_______________________________________________
sssd-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to