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 11193 invoked from network); 11 Sep 2022 06:43:56 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 Sep 2022 06:43:56 -0000 Received: from maat.thinktankworkspaces.com ([45.79.94.76]) by 9front; Sun Sep 11 02:42:18 -0400 2022 Message-ID: <90D514C5A4E6FA455BBB191957AA20DD@thinktankworkspaces.com> To: 9front@9front.org Date: Sat, 10 Sep 2022 23:42:16 -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: lossless decentralized CMS-oriented content-driven interface persistence-oriented interface Subject: Re: [9front] git github.com Reply-To: 9front@9front.org Precedence: bulk Okay so that helped I generated a new key and inserted into factotum. I also uploaded the rsa2ssh to github and that worked. I did get stuck on the marshal thing. I thought it was the 'ed' editor but was not responding properly so I used -m msg and got around it. But I was not sure why I needed to have the user access /adm/keys. I got that error a few times until I gave it access to 'adm' using /srv/cwfs.cmd git/commit -m cool what heads/main: cc555f500262e975c4bb4e30cf40f44fe70e6753 cpu% git/push deltifying 3 objects: 100% writing 3 objects: 100% refs/heads/main: f0ade9432f955fe647cc8b521374f8319015053a => cc555f500262e975c4bb4e30cf40f44fe70e6753 But It all seems to be working. Thanks again... 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 >