Path: utzoo!attcan!uunet!decwrl!wuarchive!cs.utexas.edu!yale!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: Why idle users should be killed (was Re: Preventing Idle in telnet) Message-ID: <10547:Oct220:47:2290@kramden.acf.nyu.edu> Date: 2 Oct 90 20:47:22 GMT References: <4133@lib.tmc.edu> <18986:Oct120:22:5990@kramden.acf.nyu.edu> <1990Oct2.062510.3419@ecn.purdue.edu> Organization: IR Lines: 30 X-Advertisement-Warning: On To answer your question, pty 3.001 and its first patch are available via anonymous ftp to stealth.acf.nyu.edu (128.122.128.22) or through mail to me at brnstnd@nyu.edu. They've been waiting on the comp.sources.unix queue for a while; ask Rich Salz, rsalz@uunet.uu.net, for details. I'm always here to help with installation and applications. pty should work without trouble on any BSD 4.2 or 4.3 variant---but not on POSIX-based systems. (I'm working on a port.) In article <1990Oct2.062510.3419@ecn.purdue.edu> irick@ecn.purdue.edu (GarBear Irick) writes: > Dan Bernstein writes: > >pty. It slices! It dices! It autodisconnects! :-) > Is there ANYONE else out there who is sick and tired of hearing people sing > the praises of pty? Well, not me, since I've been doing most of the singing. :-) > It may be a durn fine piece of code, but I don't think > ANYTHING deserves the hype that I have been seeing... Maybe, SOMEDAY, when > our machine *GETS* pty, I will see the light... :) Please, let's suggest > some solutions with EXISTING tools, just ONCE, ok, Dan? It's not hype; I'm only describing working features of a program I've written. If you want to get pty for your machine, send a polite note to your sysadmin, or bring the code in and compile it yourself (though you won't get most of the security features that way). And pty certainly does exist. Is it my fault that one program solves so many problems? ---Dan