Home > Archive > Unix Programming > July 2007 > Modifying telnet
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| jdthebigj@gmail.com 2007-07-26, 7:07 pm |
| Hi,
I am trying to modify the telnet client (and possibly server too) so
that I can connect from Host A t to Host B and from there I can
connect to Host C and work on it. The condition is that the link
between A and B should be secure (i.e. Telnet with SSL) and between B
and C it should be in the form of RTP packets(or any constant rate
stream). Can anybody tell me what will i need to modify and how?
Secure Link Constant
rate stream
Host A ------------------------------> HostB
-------------------------------------->Host C
Thanks,
JD
| |
| David Schwartz 2007-07-26, 7:07 pm |
|
jdtheb...@gmail.com wrote:
> I am trying to modify the telnet client (and possibly server too) so
> that I can connect from Host A t to Host B and from there I can
> connect to Host C and work on it. The condition is that the link
> between A and B should be secure (i.e. Telnet with SSL) and between B
> and C it should be in the form of RTP packets(or any constant rate
> stream). Can anybody tell me what will i need to modify and how?
Your question doesn't really make any sense. If you don't know how to
do something like that, you just are not going to be able to do it.
This question is like, "I'm trying to build a bridge from Staten
Island to New Jersey, can anyone tell me how I should design it?"
That's a complex project, and if you have no idea how to even get
started, you're not the person to do it.
DS
| |
| Bill Marcum 2007-07-27, 4:17 am |
| On Thu, 26 Jul 2007 12:29:51 -0700, jdthebigj@gmail.com
<jdthebigj@gmail.com> wrote:
>
>
> Hi,
>
> I am trying to modify the telnet client (and possibly server too) so
> that I can connect from Host A t to Host B and from there I can
> connect to Host C and work on it. The condition is that the link
> between A and B should be secure (i.e. Telnet with SSL) and between B
> and C it should be in the form of RTP packets(or any constant rate
> stream). Can anybody tell me what will i need to modify and how?
>
Why not use ssh?
--
Hmmm ... a PINHEAD, during an EARTHQUAKE, encounters an ALL-MIDGET
FIDDLE ORCHESTRA ... ha ... ha ...
|
|
|
|
|