debianを入れた玄箱PROでsshをいじる際に、安全のためにtelnetを確保する。
indetd.confには設定がされていたので、
telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
擬似端末用のデバイスファイルを確保すればよいみたい。
bash#cd /dev
bash#mknod ptyp0 c 2 0
bash#chmod 666 ptyp0
でつなげることが出来た。
ルータでふさがってるので外部からはつなげないから、大丈夫だと思ってます。