Re: Notification of incoming telnet sessions..

1998-10-29 Thread Darxus
On 28 Oct 1998, Rene Hojbjerg Larsen wrote: > Michael Beattie wrote: > > On Tue, 27 Oct 1998, Petter Adsen wrote: > >> Michael Beattie writes: > >> | I want to be able to have some form of notification when a telnet > >> | connection is made to my linux box, most likely in the form of playing an >

Re: Notification of incoming telnet sessions..

1998-10-28 Thread Rene Hojbjerg Larsen
Michael Beattie wrote: > On Tue, 27 Oct 1998, Petter Adsen wrote: >> Michael Beattie writes: >> | I want to be able to have some form of notification when a telnet >> | connection is made to my linux box, most likely in the form of playing an >> [snip] >> >> You can probably do this with tcpwrappe

Re: Notification of incoming telnet sessions..

1998-10-27 Thread Michael Beattie
On Tue, 27 Oct 1998, E.L. Meijer (Eric) wrote: > > > > > > >> "MB" == Michael Beattie <[EMAIL PROTECTED]> writes: > > > > MB> I want to be able to have some form of notification when a telnet > > MB> connection is made to my linux box, most likely in the form of playing > > an > > MB> appropri

Re: Notification of incoming telnet sessions..

1998-10-27 Thread Michael Beattie
On Tue, 27 Oct 1998, Petter Adsen wrote: > Michael Beattie writes: > | I want to be able to have some form of notification when a telnet > | connection is made to my linux box, most likely in the form of playing an > [snip] > > You can probably do this with tcpwrappers. See the manpages for > hos

Re: Notification of incoming telnet sessions..

1998-10-27 Thread Petter Adsen
Michael Beattie writes: | I want to be able to have some form of notification when a telnet | connection is made to my linux box, most likely in the form of playing an [snip] You can probably do this with tcpwrappers. See the manpages for hosts_access(5) and tcpd(8). Petter -- Petter Adsen <[EM

Re: Notification of incoming telnet sessions..

1998-10-27 Thread E.L. Meijer \(Eric\)
> > > >> "MB" == Michael Beattie <[EMAIL PROTECTED]> writes: > > MB> I want to be able to have some form of notification when a telnet > MB> connection is made to my linux box, most likely in the form of playing an > MB> appropriate .wav file. Having sysklogd sending all daemon connections to >

Re: Notification of incoming telnet sessions..

1998-10-27 Thread Martin Bialasinski
>> "MB" == Michael Beattie <[EMAIL PROTECTED]> writes: MB> I want to be able to have some form of notification when a telnet MB> connection is made to my linux box, most likely in the form of playing an MB> appropriate .wav file. Having sysklogd sending all daemon connections to MB> an unused ter

Notification of incoming telnet sessions..

1998-10-27 Thread Michael Beattie
I want to be able to have some form of notification when a telnet connection is made to my linux box, most likely in the form of playing an appropriate .wav file. Having sysklogd sending all daemon connections to an unused terminal would do the second part... how I find out who/where it was. I ca