Re: Using tcpsvd for a remote shell
"Clemens Fischer" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
* Erich Schubert: > What do i need to do to use tcpsvd to create a proper telnetd > replacement? With sslio it works except for the sh thinking that i'm > non-interactive even when i give the -i option, and not yet having a > "login" inbetween. neither tcpsvd nor sslio have anything to do with telnetd/sshd. the former is an inetd replacement, the latter handles crypto for otherwise unchanged service daemons. there are crypto secured "netcat" versions out there, and very small VPN agents. > (Do i need to use a pty? what is the best way to create such?) on which platform? clemens