Urgent help for socat......
Tom Metro
tmetro-blu-5a1Jt6qxUNc at public.gmane.org
Thu Jun 24 16:29:30 EDT 2010
shubhi wrote:
> I have two application 1st to read from pseudo terminal and 2nd to write
> on pseudo terminal both run on different machines.
Does it need to be a pseudo terminal? You can't use STDIN/OUT?
> i have tried the following command but it didnt worked: socat -d -d
> TCP4:192.168.8.33:22 PTY,echo=0 with write application on 1.
It sounds like socat sets up bi-directional communications, which it
sounds like you don't need. Have you tried the simpler netcat?
Would a pipe through ssh accomplish your goal?
local_pgm | ssh host remote_pgm
-Tom
--
Tom Metro
Venture Logic, Newton, MA, USA
"Enterprise solutions through open source."
Professional Profile: http://tmetro.venturelogic.com/
More information about the Discuss
mailing list