From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <28D367DF-E023-47AF-BC7A-1A09339EB2D1@9srv.net> <20120314190332.GA17909@polynum.com> <6BB4497A-1B6D-4924-84B0-7386F6B83589@9srv.net> <5d6f4d3d13cdb5a0f06b5ff7205c4866@chula.quanstro.net> From: Stanley Lieber Date: Thu, 15 Mar 2012 21:43:19 -0500 Message-ID: To: rhoyerboat@gmail.com, Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] GSoC 2012 Topicbox-Message-UUID: 69db1a84-ead7-11e9-9d60-3106f5b1d025 > SSH2 in any form helps a ton. Taruti wrote a simple ssh2 client in go called scpu[1][2] that I've been using since last summer. It builds on Plan 9 with gmake and her (now outdated) port of go[2]. The command line options mirror those of cpu(1), and it works well with factotum(4). There is also a port of an older version of OpenSSH in fgb's contrib. I've been using this for quite a while as well. Neither of these fulfill the requirement for a native Plan 9 program, but both have proven useful. -sl [1] https://bitbucket.org/taruti/scpu/ [2] http://plan9.stanleylieber.com/pkg/386/scpu-2012.03.15.tbz [3] http://plan9.stanleylieber.com/pkg/386/go-2011.05.10.tbz