From: John Miller Date: 2007-05-22T01:04:19+09:00 Subject: Re: ssh / popen / stdin weirdness > > my_pipe = IO.popen("ssh foreign-host 'cat filename') Not sure if this is causing a problem, but you are missing a closeing quote in this line. -- Posted via http://www.ruby-forum.com/.