LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   watching another telnet session (https://www.linuxquestions.org/questions/linux-general-1/watching-another-telnet-session-6776/)

JustinHoMi 09-22-2001 01:01 AM

watching another telnet session
 
Howdy. I'm setting up a server for a friend of mine, and installing quite a few things. He's interested in knowing how I do all of this stuff, but he lives a ways a way. So what I was thinking, is have him view my telnet session, and watch everything I do. Is this possible? Oh wait, this is linux. Let me ask, how is the possible? =)

Thanks,
justin

siddiqu 09-22-2001 01:14 AM

By using whodo u cn see what are all things he is doing u can monitor
siddiqu.T:Pengy:

jharris 09-22-2001 03:15 AM

Code:

# Use this one instead if you want to snoop on telnet users (try to use this
# for ethical purposes, ok folks?), and see 'man ttysnoop' and /etc/snooptab
# for further instructions:
# telnet  stream  tcp    nowait  root    /usr/sbin/tcpd  in.telnetsnoopd

The above is from my inetd.conf, so it looks like you may want to look into ttysnoop and its telnet daemon too.

cheers

Jamie...


All times are GMT -5. The time now is 06:32 PM.