List,

I am wondering if anyone has gotten this old program (ttysnoop) to work
with recent Red Hat distributions. (Links at end of message.)

A colleague just installed it as part of his Debian 2.2 system which is
using inetd.  The instructions I've found on the web are for inetd.

I tried a similar implementation is xinetd, although I am not very
familiar with it.

I am wondering if RH 7.1's telnet server does not support the -L flag as
I've used it here.  The man page indicates that -L is used for substitute
login, default being /bin/login.  When I try the same implementation below
with -L /bin/login, I get the same errors when telneting in.  This leads
me to believe it is a problem with the telnet server, or my configuration.

If someone knows of a program like ttysnoop that can be used with ssh, I'd
like to hear about that too.

#/etc/xinetd.d/telnet:
service telnet
{
        disable = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd -L /sbin/ttysnoops
        log_on_failure  += USERID
}

[root@vanessa]:[~]# service xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[root@vanessa]:[~]# telnet localhost
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying localhost...
telnet: setsockopt (IP_TOS) (ignored): Operation not supported
telnet: connect to address localhost: No such file or directory

Related links:
ftp://rufus.w3.org/linux/contrib/libc6/i386/ttysnoop-0.12c-5.i386.rpm
http://www.linuxhelp.net/guides/djg/ttysnoop.shtml

-- 
Powered by Red Hat Linux 7.1 / Kernel 2.4.9




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to