From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1333385764.30516.YahooMailClassic@web83915.mail.sp1.yahoo.com> Date: Mon, 2 Apr 2012 09:56:04 -0700 From: "Brian L. Stuart" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [9fans] SSHv2 Topicbox-Message-UUID: 74a9140c-ead7-11e9-9d60-3106f5b1d025 > After rebuilding nfactotum and > starting it in a fresh window, > I'm able to login to all of the previously tried remote > hosts. For the reference of future search engines I have a guess on what you might have been seeing. If in the original window, you had attempted to run ssh with an instance of the older factotum bound to /mnt/factotum, then the tunnel that got started would be running with that one. Because the tunnel is persistent, running a new factotum wouldn't have affected the existing tunnel. Opening a new window created a new name space where the tunnel wasn't bound to /net, so ssh started a new one, and this time the new factotum was bound to /mnt/factotum so the tunnel is using it. BLS