From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27610 invoked from network); 21 Jan 2022 15:09:02 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 21 Jan 2022 15:09:02 -0000 Received: from 5ess.inri.net ([107.191.111.177]) by 4ess; Fri Jan 21 10:04:47 -0500 2022 Received: from [127.0.0.1] ([104.59.85.219]) by 5ess; Fri Jan 21 10:04:47 -0500 2022 Date: Fri, 21 Jan 2022 15:04:42 +0000 From: Stanley Lieber To: 9front@9front.org In-Reply-To: <87wnitf95f.fsf@turtle-trading.net> References: <87wnitf95f.fsf@turtle-trading.net> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open generic CMS DOM-oriented just-in-time table Subject: Re: [9front] SSH server? Reply-To: 9front@9front.org Precedence: bulk On January 21, 2022 2:36:28 PM UTC, Benjamin Riefenstahl wrote: >Hi all, > >I'm looking for an SSH server for better integrating 9front into a build >service=2E At this time drawterm is used as a go-between, but a native >SSH server should be simpler and easier to use, I think=2E > >I see that other versions of Plan 9 have a program called sshsession for >this=2E And there also is fgb's OpenSSH port, but that does not port the >server side and of course it's an APE application=2E And very outdated= =2E > >Am I missing some option? Does anybody have tips? > >so long, benny > because i wouldn't stop pestering him, moody adapted this for my bbs: http://plan9=2Estanleylieber=2Ecom/src/sshd=2Ego it's essentially just a wrapper for go's ssh libraries=2E it doesn't seem = to play nice with putty=2Eexe, but works fine with 9front, openbsd, and lin= ux ssh clients=2E for my use, i ripped out the key authentication stuff entirely=2E i just h= ave the sshd accept connections from anyone and dump them straight into the= bbs=2E sl