The package allows you to snoop on login tty's through another tty-device or pseudo-tty. The snoop-tty becomes a 'clone' of the original tty, redirecting both input and output from/to it. TODO: set perms to /var/spool/ttysnoop test if it works. I was unable to set up a telnet daemon with ttysnoop inside :/
11 lines
396 B
Text
11 lines
396 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/11/24 13:56:07 poppnk Exp $
|
|
|
|
You must edit ${PKG_SYSCONFDIR} adding this line:
|
|
|
|
"* socket login /bin/login"
|
|
|
|
After that, modify the inetd.conf adding the
|
|
'-L ${PREFIX}/ttysnoops' to the telnet daemon.
|
|
|
|
===========================================================================
|