からman sudoers
:
timestamp_timeout
Number of minutes that can elapse before sudo will ask
for a passwd again. The timeout may include a frac‐
tional component if minute granularity is insufficient,
for example 2.5. The default is 15. Set this to 0 to
always prompt for a password. If set to a value less
than 0 the user's time stamp will never expire. This
can be used to allow users to create or delete their
own time stamps via “sudo -v” and “sudo -k” respec‐
tively.
ご覧のとおり、デフォルトのタイムアウトsudo
は15分です。この値はで変更できます/etc/sudoers
。
直接編集せず/etc/sudoers
、代わりに使用visudo
します。
からman visudo
:
visudo edits the sudoers file in a safe fashion, analogous to vipw(8).
visudo locks the sudoers file against multiple simultaneous edits, pro‐
vides basic sanity checks, and checks for parse errors. If the sudoers
file is currently being edited you will receive a message to try again
later.
そのため、テキストエディターでファイルsudo visudo
を開くターミナル/etc/sudoers
をnano
入力します。
この行を探してください:
Defaults env_reset
そして、追加 どこXはあなたが分単位で設定したい時間です。timestamp_timeout=X
例として:
Defaults env_reset,timestamp_timeout=5
0を指定すると、常にパスワードが要求されます。負の値を指定すると、タイムアウトは期限切れになりません。
完了したら、保存して終了します。
RootSudoTimeoutを参照してください
su
ませんか?今まで?