定制sudo的密码保持时间

一般普通用户登录服务器,使用sudo命令之后,发现过一个时间不用sudo就会要求重新输入sudo密码,有什么好的方法让sudo的密码保持得更长一些呢?

sudo visudo

找到

Defaults    env_reset

在后面加上

,timestamp_timeout=180

变成

Defaults    env_reset,timestamp_timeout=180

即空闲时sudo保持3分钟,如果不想保持,每次需要输入密码,则值设置为-1即可。

Monthly Archives

Pages

Powered by Movable Type 7.7.2

About this Entry

This page contains a single entry by Cnangel published on October 11, 2012 12:35 PM.

GBK和UTF8之间的转换 was the previous entry in this blog.

PHP 5.4.8 和 5.3.18 发布 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.