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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27495 invoked from network); 11 Sep 2022 04:39:12 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 Sep 2022 04:39:12 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Sun Sep 11 00:35:54 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1662870869; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=JR0M0jTScH2vpHmUVjbWBqnzTQXoQtRJKYV0tGuIyHA=; b=FsmafbnKO38xVK/KBV9b3MLRWRIDcaqjdawCSOgylmM5D3N5OlNhgJVX/tD6V95Lunv6Qx mOGykjNwRJrR5tyD2HnlWuodvakobsj/8QxQF+uzspAaMlUL6lEZB6XEmbUPBOXu5AvC9W WGKhLwy/lmU6NXxeZpMMjYCNxQfNxjg= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 9ae837db (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Sat, 10 Sep 2022 21:34:28 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2022 06:35:45 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <9546133E43545832AB95FC44C139DAFF@thinktankworkspaces.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ISO-certified rails HTML over ORM content-driven GPU factory Subject: Re: [9front] git github.com Reply-To: 9front@9front.org Precedence: bulk On Sun Sep 11 05:16:33 +0200 2022, william@thinktankworkspaces.com wrote: > I can pull from github.com but I would also like to push. However i'm not sure what > to put in factotum/ctl There's a lot of missing information here, but you need a private rsa key in plan9 format loaded in factotum with the tags 'service=ssh role=client', its corresponding public key registered on github, and `url=ssh://git@github.com/...' in your .git/config. Don't touch sshthumbs until prompted, that's not what it's for. The easiest would be to generate a new key (roughly, like the second example in rsa(8)), or you can try to convert the private key you have from unix into plan9 format, but I'm not sure how that worked (rsa(8), pem(8)). Hope that helps, qwx