Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!BRL.MIL!moss From: moss@BRL.MIL ("Gary S. Moss", VLD/VMB) Newsgroups: comp.sys.sgi Subject: Re: autologout Message-ID: <9003231204.aa27137@VMB.BRL.MIL> Date: 23 Mar 90 17:04:03 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 It's probably not wsh, but your shell that is timing out. If you use the Bourne shell (ie /bin/sh), do the following in your .profile: TIMEOUT=0 export TIMEOUT For C shell and derivatives, try the following in your .cshrc: set autologout=0