Hello,


can you try playing with inetd?

eg. inetd.conf

telnet    stream    tcp    nowait        root    /path/to/ssh        ssh
hostname

in that way, the input and output path of port 23 will be redirected to
input and output of ssh connection... therefore, it will act as telnet/ssh
gateway... since this type of connection dont have a controlling terminal...
you need a paraphrase to gain login to ssh server...

fooler.



Thanks fooler. I was thinking though..doesn't this make telnet connect directly to the ssh daemon? I guess tunnelling is the only alternative if the legacy app sticks to telnet then. Please correct me if I'm wrong though.





-Paul Patrick Carpio Prantilla -- Philippine Linux Users' Group (PLUG) Mailing List plug@lists.q-linux.com (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to