Results 1 to 3 of 3
I want to make sudo re-ask me for my password. It caches it for 5 mins I think, but I realise I don't know how to force it to re-ask.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-06-2006 #1
Force sudo to re-ask for password?
I want to make sudo re-ask me for my password. It caches it for 5 mins I think, but I realise I don't know how to force it to re-ask.
Does anybody know how to do this?
- 12-06-2006 #2
Hi humbletech99 !
in /etc/sudoers file, change
toCode:Defaults !lecture,tty_tickets
Be aware that 'sudo' is very picky about correct syntax in its configuration file and will refuse to work if you make the slightest mistake. you should use the 'visudo' tool to edit the file, rather than opening it directly.Code:Defaults !lecture,tty_tickets,timestamp_timeout=0
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-06-2006 #3


Reply With Quote
