Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
533 views
in Technique[技术] by (71.8m points)

linux - Doas keeps asking me for password

I installed Doas as a replacement for sudo on my Gentoo machine. I followed the documentation here and my /etc/doas.conf looks like this:

permit persist :wheel

I have also restarted the system. However, it still asks me for the password every time I use doas. What am I doing wrong?

question from:https://stackoverflow.com/questions/66058316/doas-keeps-asking-me-for-password

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Make below changes in the doas configuration.

permit nopass ::wheel

or allow user and dont require a password to execute commands as root

permit nopass keepenv :username2

Reference URL

https://forums.freebsd.org/threads/doas-tips-sudo-alternative.69409/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...