Re: [PLUG] Replacing github public key

2023-07-31 Thread Johnathan Mantey
Did you use their 'ssh -T url' function to see if ssh was configured correctly? On Mon, Jul 31, 2023 at 8:40 AM Rich Shepard wrote: > On Mon, 31 Jul 2023, Johnathan Mantey wrote: > > > Do you have any special settings in your .gitconfig? > > Nope; user, core, alias. > > Thanks, > > Rich >

Re: [PLUG] Github question

2023-07-31 Thread Michael Ewan
That is the tricky part. My Github account was linked in some corporate magic with my company email, and even though I remember the password it wants to verify with my old inaccessible company email. I guess I will need to create a new account and forget about whatever I was working on in my

Re: [PLUG] Replacing github public key

2023-07-31 Thread Rich Shepard
On Mon, 31 Jul 2023, Johnathan Mantey wrote: Did you use their 'ssh -T url' function to see if ssh was configured correctly? John, No. I assume that's some place after I log in to my github account. Yes? Thanks, Rich

Re: [PLUG] Github question

2023-07-31 Thread Rich Shepard
On Mon, 31 Jul 2023, Michael Ewan wrote: How does one delete a GitHub account? I have one from my previous employer that I need to delete and use a previous personal (school) account. Login to your github account. In the upper, right corner there's a symbol at the right end; click on it.

Re: [PLUG] Github question

2023-07-31 Thread Rich Shepard
On Mon, 31 Jul 2023, Michael Ewan wrote: That is the tricky part. My Github account was linked in some corporate magic with my company email, and even though I remember the password it wants to verify with my old inaccessible company email. I guess I will need to create a new account and forget

[PLUG] Github question

2023-07-31 Thread Michael Ewan
How does one delete a GitHub account? I have one from my previous employer that I need to delete and use a previous personal (school) account.

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread Paul Heinlein
On Sun, 30 Jul 2023, Russell Senior wrote: A slightly related story: Debian's wiki is moinmoin. Moinmoin v1.x is based on python 2. Python2 is (of course) deprecated and pretty much abandoned as of Debian Bullseye. It seems somewhat ironic that the wiki that proudly announces Debian 12

Re: [PLUG] Replacing github public key

2023-07-31 Thread Johnathan Mantey
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection On Mon, Jul 31, 2023 at 9:49 AM Rich Shepard wrote: > On Mon, 31 Jul 2023, Johnathan Mantey wrote: > > > Did you use their 'ssh -T url' function to see if ssh was configured > > correctly? > >

Re: [PLUG] Replacing github public key [RESOLVED]

2023-07-31 Thread Rich Shepard
On Mon, 31 Jul 2023, Johnathan Mantey wrote: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection Many thanks, Johnathan. I'm now authenticated with github and sync'd my local repo with github's. Regards, Rich

Re: [PLUG] Github question

2023-07-31 Thread Russell Senior
https://docs.github.com/en/site-policy/other-site-policies/github-account-recovery-policy On Mon, Jul 31, 2023 at 3:24 PM Michael Ewan wrote: > > That is the tricky part. My Github account was linked in some corporate > magic with my company email, and even though I remember the password it >

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread Ted Mittelstaedt
$5k dropped on some overseas programming group in India will get you a whole lotta translating! Ted -Original Message- From: PLUG [mailto:plug-boun...@pdxlinux.org] On Behalf Of John Sechrest Sent: Monday, July 31, 2023 5:34 PM To: Portland Linux/Unix Group Subject: Re: [PLUG] wikis

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread Ted Mittelstaedt
> a dead-end solution with a future of pain, fragility, and >(probably) unpatched security vulnerabilities while people scramble to find and implement a solution (that may no >longer exist within even a reasonable set of parameters). I feel compelled to point out that if people spent half the

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread John Sechrest
Yep , just need someone to manage the project to closure. On Mon, Jul 31, 2023 at 5:37 PM Ted Mittelstaedt wrote: > $5k dropped on some overseas programming group in India will get you a > whole lotta translating! > > Ted > > -Original Message- > From: PLUG

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread John Sechrest
Perhaps a kickstarter campaign for the project? On Mon, Jul 31, 2023 at 5:38 PM John Sechrest < sechr...@seattleangelconference.com> wrote: > Yep , just need someone to manage the project to closure. > > > > On Mon, Jul 31, 2023 at 5:37 PM Ted Mittelstaedt > wrote: > >> $5k dropped on some

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread John Sechrest
I wonder how far you would get by asking Bard or chatgpt or one of the other AI things to translate Python 2 to current python On Mon, Jul 31, 2023 at 5:31 PM Ted Mittelstaedt wrote: > > > a dead-end solution with a future of pain, fragility, and > >(probably) unpatched security

Re: [PLUG] wikis breaking on updates (was: Re: Upgrage Breaks MediaWiki - why?)

2023-07-31 Thread Russell Senior
Moinmoin isn't a binary, fwiw. On Mon, Jul 31, 2023, 17:31 Ted Mittelstaedt wrote: > > > a dead-end solution with a future of pain, fragility, and > >(probably) unpatched security vulnerabilities while people scramble to > find > and implement a solution (that may no >longer exist within even a

Re: [PLUG] Replacing github public key

2023-07-31 Thread Ali Corbin
On Mon, Jul 31, 2023 at 7:46 AM Rich Shepard wrote: > Somehow I managed to lose ~/.ssh/id_rsa_github so I just generated a new > id_rsa key pair. Logged into my github account, deleted the old public key > and added the new one (github's email shows it to be much shorter than the > string in

Re: [PLUG] Replacing github public key

2023-07-31 Thread Rich Shepard
On Mon, 31 Jul 2023, Ali Corbin wrote: ssh is picky about permissions, and won't work if the keys are too open. Mine are: -rw--- 1 ali ali 411 Jul 14 2022 id_ed25519 -rw-r--r-- 1 ali ali 102 Jul 14 2022 id_ed25519.pub Ali, So are mine: -rw--- 1 rshepard users 1766 Jul 31 07:16

Re: [PLUG] Replacing github public key

2023-07-31 Thread Johnathan Mantey
Do you have any special settings in your .gitconfig? On Mon, Jul 31, 2023 at 8:16 AM Rich Shepard wrote: > On Mon, 31 Jul 2023, Ali Corbin wrote: > > > ssh is picky about permissions, and won't work if the keys are too open. > > Mine are: > > -rw--- 1 ali ali 411 Jul 14 2022 id_ed25519 >

Re: [PLUG] Replacing github public key

2023-07-31 Thread Rich Shepard
On Mon, 31 Jul 2023, Johnathan Mantey wrote: Do you have any special settings in your .gitconfig? Nope; user, core, alias. Thanks, Rich

[PLUG] Replacing github public key

2023-07-31 Thread Rich Shepard
Somehow I managed to lose ~/.ssh/id_rsa_github so I just generated a new id_rsa key pair. Logged into my github account, deleted the old public key and added the new one (github's email shows it to be much shorter than the string in ~/.ssh/id_rsa_github.pub). However, it's not working. When I