From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Tue, 20 Dec 2011 17:03:17 +0000 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] ssh-agent Topicbox-Message-UUID: 50b22a2a-ead7-11e9-9d60-3106f5b1d025 I ported Russ's ssh agent to plan9 for use with the native, and linuxemu openssh implementations. The program is a protocol converter parsing requests from openssh and extracting the keys from factotum as requited. Code in /n/sources/contrib/steve/ssh-agent.tgz -Steve