[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Authenticating git.savannah.gnu.org
From: |
Yuan Fu |
Subject: |
Re: Authenticating git.savannah.gnu.org |
Date: |
Sat, 23 Apr 2022 23:45:07 -0700 |
> On Apr 23, 2022, at 2:17 PM, Ian Kelling <iank@fsf.org> wrote:
>
>
> Yuan Fu <casouri@gmail.com> writes:
>
>> Hi,
>>
>> I’ve added my ssh key to savannah, and tried
>>
>> ssh casouri@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 casouri@git.savannah.gnu.org
> and if that doesn't work,
> ssh -v -i ~/.ssh/id_rsa casouri@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 explicit
debug1: Will attempt key: /Users/yuan/.ssh/id_rsa RSA
SHA256:+1b/NEVSa5oNjZXtT3O1N8KF2wHYOUH62w3AK/V8r8o explicit
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info:
server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/yuan/.ssh/id_rsa RSA
SHA256:+1b/NEVSa5oNjZXtT3O1N8KF2wHYOUH62w3AK/V8r8o explicit
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: /Users/yuan/.ssh/id_rsa RSA
SHA256:+1b/NEVSa5oNjZXtT3O1N8KF2wHYOUH62w3AK/V8r8o explicit
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: password
Then I uploaded another key, waited an hour and tried with the new key, still
no luck.
Yuan