I'm running sudo
version 1.7.4 on Debian squeeze. In this version, unlike some older versions, every pty has to be authorized separately with a password and timeout. In older versions, one password was good for any pty during the timeout period. I'd like to persuade sudo
to revert to that older behavior, so that I can use a bunch of xterm windows without having to retype my password continually. Does anyone know how to do this?
Have a look at the tty_tickets option
From the man page
To disable this behaviour set
in your
sudoers
file.