Added example telnet login for NetBSD

This commit is contained in:
Michiel Broek 2007-08-25 19:31:59 +00:00
parent 94bc2ee751
commit b44d508117
2 changed files with 7 additions and 5 deletions

View File

@ -471,8 +471,8 @@ tfido stream tcp nowait mbse $MHOME/bin/mbcico mbcico -t itn
#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -p $MHOME/bin/mblogin #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -p $MHOME/bin/mblogin
# Example OpenBSD telnet to the BBS # Example OpenBSD telnet to the BBS
#telnet stream tcp nowait root /usr/libexec/tcpd telnetd -L $MHOME/bin/mblogin #telnet stream tcp nowait root /usr/libexec/tcpd telnetd -L $MHOME/bin/mblogin
# Example OpenBSD telnet to the BBS # Example NetBSD telnet to the BBS
#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -g mbse #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -g mbsebbs
EOF EOF
chmod 644 /etc/inetd.conf chmod 644 /etc/inetd.conf
@ -496,7 +496,7 @@ cat << EOF >>/etc/
# #
# Login entry for mbsebbs. # Login entry for mbsebbs.
# #
mbse:lo=/opt/mbse/bin/mblogin mbsebbs:cd:ck:np:lo=$MHOME/bin/mblogin:sp#38400:
EOF EOF
fi fi
fi fi

View File

@ -14,7 +14,7 @@
</HEAD> </HEAD>
<BODY> <BODY>
<BLOCKQUOTE> <BLOCKQUOTE>
<DIV align=right><h5>Last update 22-Jan-2003</h5></DIV> <DIV align=right><h5>Last update 25-Aug-2007</h5></DIV>
<DIV align=center><H1>mblogin - Unix login replacement for MBSE BBS.</H1></DIV> <DIV align=center><H1>mblogin - Unix login replacement for MBSE BBS.</H1></DIV>
<H3>Synopsis.</H3> <H3>Synopsis.</H3>
@ -47,7 +47,9 @@ remote access to do maintenance.
<P> <P>
If your system is connected to the internet you may want to let users login If your system is connected to the internet you may want to let users login
using telnet. The changes you need to make are different for each operating using telnet. The changes you need to make are different for each operating
system mbse supports. system mbse supports. The right lines for your distribution should already
be present, but they are not set active, in other words, you still need to
make changes to allow telnet login to work.
I will describe how to use it from inetd. I will describe how to use it from inetd.
When you make changes to your system to When you make changes to your system to
change the telnet login, make sure you are already logged into your system as root change the telnet login, make sure you are already logged into your system as root