LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to login to a machine using telnet

Hi,

I need to login to a device using telnet. i need to give some username and password and run some commands. how do I do this from a Linux machine using ssh.

Never send a human to do a machine's job.
0 Kudos
Message 1 of 2
(1,833 Views)

SSH and Telnet are completely different network communication protocols.  They do not intermix.

 

For most Telnet devices I have ran into, you can just use the standard TCP functions to write and read ASCII data.  It only gets weird if command codes get involved.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,806 Views)