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=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29660 invoked from network); 11 Sep 2022 04:55:30 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 Sep 2022 04:55:30 -0000 Received: from maat.thinktankworkspaces.com ([45.79.94.76]) by 9front; Sun Sep 11 00:54:08 -0400 2022 Message-ID: <062BE97460E9D37605A4E1D2337863D0@thinktankworkspaces.com> To: 9front@9front.org Date: Sat, 10 Sep 2022 21:54:06 -0700 From: william@thinktankworkspaces.com In-Reply-To: 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: element realtime dependency layer Subject: Re: [9front] git github.com Reply-To: 9front@9front.org Precedence: bulk Yes that does help a bit more. I was trying to use another key but I will generate a new key and start over and see how far I can get Quoth qwx@sciops.net: > 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 >