Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
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/
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |