Re: Authenticating git.savannah.gnu.org

2022-05-06 Thread Yuan Fu
> On May 6, 2022, at 8:13 AM, Bob Proulx wrote: > > Yuan Fu wrote: >> Thank you for following up with this. Embarrassingly I still >> couldn’t get it to work. > > It's very hard to debug things when you only get to see one end of the > problem. Because ssh, and other security systems, just c

Re: Authenticating git.savannah.gnu.org

2022-05-06 Thread Bob Proulx
Yuan Fu wrote: > Thank you for following up with this. Embarrassingly I still > couldn’t get it to work. It's very hard to debug things when you only get to see one end of the problem. Because ssh, and other security systems, just can't give you too much debug information. Because obviously that

Re: Authenticating git.savannah.gnu.org

2022-05-06 Thread Yuan Fu
> On May 5, 2022, at 10:30 PM, Bob Proulx wrote: > > Hello Yuan, > > Ineiev wrote: >> Yuan Fu wrote: >>> debug1: Authentications that can continue: publickey,password >>> debug1: Offering public key: yuan@Brown ED25519 >>> SHA256:xDlZxIRWzZBaA+Xg/J/Y4O96EtMj7ezWrbtLIN0Bgm4 agent >>> debug3:

Re: Authenticating git.savannah.gnu.org

2022-05-05 Thread Bob Proulx
Hello Yuan, Ineiev wrote: > Yuan Fu wrote: > > debug1: Authentications that can continue: publickey,password > > debug1: Offering public key: yuan@Brown ED25519 > > SHA256:xDlZxIRWzZBaA+Xg/J/Y4O96EtMj7ezWrbtLIN0Bgm4 agent > > debug3: send packet: type 50 > > debug2: we sent a publickey packet, wa

Re: Authenticating git.savannah.gnu.org

2022-04-29 Thread Ineiev
On Fri, Apr 29, 2022 at 01:54:13AM -0700, Yuan Fu wrote: > > debug1: Authentications that can continue: publickey,password > debug1: Offering public key: yuan@Brown ED25519 > SHA256:xDlZxIRWzZBaA+Xg/J/Y4O96EtMj7ezWrbtLIN0Bgm4 agent > debug3: send packet: type 50 > debug2: we sent a publickey pack

Re: Authenticating git.savannah.gnu.org

2022-04-29 Thread Yuan Fu
> > Make sure that the offered key is (one of the) registered; no need to wait, > the changes in Savannah account are in effect immediately; add two more -v to > ssh invocation, > > ssh -vvv caso...@git.savannah.gnu.org Thanks. I’m sure the key is registered. The relavent output: debug1: Authe

Re: Authenticating git.savannah.gnu.org

2022-04-28 Thread Ineiev
On Sat, Apr 23, 2022 at 11:45:07PM -0700, Yuan Fu wrote: > > ssh -v -i ~/.ssh/id_rsa caso...@git.savannah.gnu.org > > Thanks, it seems my key didn’t work? Below is the output of ssh. > > debug1: Will attempt key: /Users/yuan/.ssh/id_rsa RSA > SHA256:+1b/NEVSa5oNjZXtT3O1N8KF2wHYOUH62w3AK/V8r8o ex

Re: Authenticating git.savannah.gnu.org

2022-04-23 Thread Yuan Fu
> On Apr 23, 2022, at 2:17 PM, Ian Kelling wrote: > > > Yuan Fu writes: > >> Hi, >> >> I’ve added my ssh key to savannah, and tried >> >>ssh caso...@git.savannah.gnu.org -i ~/.ssh/id_rsa >> >> However, it asks me for a password, I tried my savannah password and it >> doesn’t work. W

Re: Authenticating git.savannah.gnu.org

2022-04-23 Thread Ian Kelling
Yuan Fu writes: > Hi, > > I’ve added my ssh key to savannah, and tried > > ssh caso...@git.savannah.gnu.org -i ~/.ssh/id_rsa > > However, it asks me for a password, I tried my savannah password and it > doesn’t work. What did I do wrong? Thanks. > > Yuan try: ssh -i ~/.ssh/id_rsa caso...

Authenticating git.savannah.gnu.org

2022-04-23 Thread Yuan Fu
Hi, I’ve added my ssh key to savannah, and tried ssh caso...@git.savannah.gnu.org -i ~/.ssh/id_rsa However, it asks me for a password, I tried my savannah password and it doesn’t work. What did I do wrong? Thanks. Yuan