xmlParser
xmlParser

Reputation: 2031

Ssh client to telnet Server JAVA

I have telnet server and telnet client and i am making requests and responses.

Now instead of telnet client i need to use SSH client. For the ssh client I am using Jsch. I am trying to connect my client to the telnet server but I have errors.

So my question is: Is it possible to connect SSH client to telnet server and to make requests and responses.

Upvotes: 2

Views: 425

Answers (1)

Florian Fray
Florian Fray

Reputation: 46

No, this is not possible as telnet and ssh are different protocols.

Upvotes: 3

Related Questions