On Thu, 2002-06-27 at 08:58, Michael Stone wrote: Regardless of other issues: > + if (session_opened) > + return; /*Be idempotent so we can be called in monitor and > child*/ May break clients which allow multiple sessions over the same connection (e.g. ssh.com's) -d