Comments on: The Other Kind of Reentrant http://girtby.net/archives/2006/12/18/the-other-kind-of-reentrant/ this blog is girtby.net Wed, 30 Sep 2009 01:44:34 -0400 http://wordpress.org/?v=2.9-rare hourly 1 By: Sylvain http://girtby.net/archives/2006/12/18/the-other-kind-of-reentrant/comment-page-1/#comment-4631 Sylvain Wed, 27 May 2009 05:05:00 +0000 http://girtby.net/2007/01/14/the-other-kind-of-reentrant#comment-4631 <p>Hi,</p> <p>I presently working on a KSH script, first I worked with Telnet. I put it as a coprocess and still communicate with it. Then I wanted to do the same with SSH, but the communication fail!</p> <p>I haven't understand all of your article because of my skill in C++ and my english level, but If I have understand, it's not possible to communicate with SSH as a coprocess?</p> <p>Here a part of my script:</p> <p>ssh -T logint@192.168.2.80 |&</p> <p>sleep 1 print -p "password"</p> Hi,

I presently working on a KSH script, first I worked with Telnet. I put it as a coprocess and still communicate with it. Then I wanted to do the same with SSH, but the communication fail!

I haven’t understand all of your article because of my skill in C++ and my english level, but If I have understand, it’s not possible to communicate with SSH as a coprocess?

Here a part of my script:

ssh -T logint@192.168.2.80 |&

sleep 1 print -p “password”

]]>
By: dbt http://girtby.net/archives/2006/12/18/the-other-kind-of-reentrant/comment-page-1/#comment-1514 dbt Mon, 18 Dec 2006 05:28:17 +0000 http://girtby.net/2007/01/14/the-other-kind-of-reentrant#comment-1514 <p>I've always used OpenBSD's man pages as something of a bible for things like this, and they don't let me down here.</p> <p><a href="http://www.openbsd.org/cgi-bin/man.cgi?signal">OpenBSD's signal man page</a></p> <p>OpenBSD did a security sweep of all signal handlers in the base OS a couple of years back to prevent signal-based security holes.</p> I’ve always used OpenBSD’s man pages as something of a bible for things like this, and they don’t let me down here.

OpenBSD’s signal man page

OpenBSD did a security sweep of all signal handlers in the base OS a couple of years back to prevent signal-based security holes.

]]>
By: Aristotle Pagaltzis http://girtby.net/archives/2006/12/18/the-other-kind-of-reentrant/comment-page-1/#comment-1515 Aristotle Pagaltzis Mon, 18 Dec 2006 05:28:00 +0000 http://girtby.net/2007/01/14/the-other-kind-of-reentrant#comment-1515 <p>Uhm, this article features in <a href="http://del.icio.us/url/0de3b1d8bfb7b05299153757490a41ae">Mark Pilgrim’s bookmarks</a> with a nice description…</p> Uhm, this article features in Mark Pilgrim’s bookmarks with a nice description…

]]>