9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Stanley Lieber <sl@stanleylieber.com>
To: 9front@9front.org
Subject: Re: [9front] SSH server?
Date: Fri, 21 Jan 2022 15:04:42 +0000	[thread overview]
Message-ID: <BB731015-01AD-485A-86A9-1AAAFCDC7629@stanleylieber.com> (raw)
In-Reply-To: <87wnitf95f.fsf@turtle-trading.net>

On January 21, 2022 2:36:28 PM UTC, Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> wrote:
>Hi all,
>
>I'm looking for an SSH server for better integrating 9front into a build
>service.  At this time drawterm is used as a go-between, but a native
>SSH server should be simpler and easier to use, I think.
>
>I see that other versions of Plan 9 have a program called sshsession for
>this.  And there also is fgb's OpenSSH port, but that does not port the
>server side and of course it's an APE application.  And very outdated.
>
>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.stanleylieber.com/src/sshd.go

it's essentially just a wrapper for go's ssh libraries. it doesn't seem to play nice with putty.exe, but works fine with 9front, openbsd, and linux ssh clients.

for my use, i ripped out the key authentication stuff entirely. i just have the sshd accept connections from anyone and dump them straight into the bbs.

sl

  reply	other threads:[~2022-01-21 15:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 14:36 Benjamin Riefenstahl
2022-01-21 15:04 ` Stanley Lieber [this message]
2022-01-21 15:35   ` Benjamin Riefenstahl
2022-01-21 15:18 ` Sigrid Solveig Haflínudóttir
2022-01-22 13:28   ` Benjamin Riefenstahl
2022-01-21 16:23 ` Steve Simon
2022-01-21 21:59   ` Thaddeus Woskowiak
2022-01-22  8:50     ` sirjofri
2022-01-22 13:26   ` Benjamin Riefenstahl
2022-01-22 17:35     ` Steve Simon
2022-01-22 18:16     ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BB731015-01AD-485A-86A9-1AAAFCDC7629@stanleylieber.com \
    --to=sl@stanleylieber.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).