22 Jan
2005
22 Jan
'05
19:06
How to automatically log out idle users from pts lines after 60 minutes of inactivity? Autolog 0.35-721 works fine with users logged on tty* consoles, but ignore users on pts/* lines. My /etc/autolog.conf : name=root line=tty[1-7] idle=0 name=guest idle=5 grace=60 nomail hard line=tty.* idle=30 grace=30 nomail nolog line=pts.* idle=60 grace=30 nomail idle=120 Any ideas? Sasha