[aur-general] SSH Key Denied Problem
Hello, I assume this is the right mailing list for this kind of thing. I have an account with the AUR and a couple of packages. I'm attempting to update one of those packages and I am getting a permission denied error when trying to clone the git repository. Now, my SSH key has changed and I went ahead and updated my SSH public key in the account settings. But for some reason I still get a permission denied error. I am wondering if I am doing something wrong here, or if there is something an administrator needs to fix, or something else altogether. Here's a link to the account in question. https://aur.archlinux.org/account/mattops -- Best Regards, Matt
Hi Matt, Thank you for maintaining some AUR packages and helping the world out! On to the point: We do not believe this is an issue on the server side, as we can all seem to contact AUR with our account keys properly. But, we would like to solve this issue if possible. For some more personal and localized troubleshooting, could you possibly join us on IRC on the Libera chat server in channel #archlinux-aurweb? Could you possibly include the public key you are attempting to sign in with in a reply to this thread? Please ensure you do not share your private key involved. Otherwise, we can't seem to reproduce the issue from our perspectives. Hope to hear from you and hope your week is going well. Regards, Kevin "kevr" Morris On Thu, Jul 08, 2021 at 10:23:30AM -0700, Matt Spaulding via aur-general wrote:
Hello,
I assume this is the right mailing list for this kind of thing.
I have an account with the AUR and a couple of packages. I'm attempting to update one of those packages and I am getting a permission denied error when trying to clone the git repository. Now, my SSH key has changed and I went ahead and updated my SSH public key in the account settings. But for some reason I still get a permission denied error.
I am wondering if I am doing something wrong here, or if there is something an administrator needs to fix, or something else altogether.
Here's a link to the account in question.
https://aur.archlinux.org/account/mattops
-- Best Regards, Matt
-- Kevin Morris Software Developer Identities: - kevr @ Libera
On 7/8/21 1:23 PM, Matt Spaulding via aur-general wrote:
I have an account with the AUR and a couple of packages. I'm attempting to update one of those packages and I am getting a permission denied error when trying to clone the git repository. Now, my SSH key has changed and I went ahead and updated my SSH public key in the account settings. But for some reason I still get a permission denied error.
I am wondering if I am doing something wrong here, or if there is something an administrator needs to fix, or something else altogether.
You can debug the connection fairly simply: instead of trying to git clone, try: ssh -v aur@aur.archlinux.org You will get a lot of debug info printed out, a successful connection should look something like this: ``` debug1: Offering public key: /home/eschwartz/.ssh/keys/aur RSA SHA256:3JKGjA8QHS9uXZ03uBm9YjjCxJVykNkmGGEp0/aqrHo explicit debug1: Server accepts key: /home/eschwartz/.ssh/keys/aur RSA SHA256:3JKGjA8QHS9uXZ03uBm9YjjCxJVykNkmGGEp0/aqrHo explicit debug1: Authentication succeeded (publickey). Authenticated to aur.archlinux.org ([2a01:4f9:c010:50::1]:22). [...] Interactive shell is disabled. Try `ssh aur@aur.archlinux.org help` for a list of commands. ``` You might be e.g. misconfigured and ssh is offering the wrong key. The debug messages will, like my example, list out the actual key file it is trying to send. Once you can get ssh to work without git on top, git should work too. Feel free to post logs, or join IRC for real-time support.
Here's a link to the account in question.
-- Eli Schwartz Bug Wrangler and Trusted User
Here's the information you asked for. I will probably hop on IRC tomorrow if this isn't enough information to solve the problem. This is the public key I am attempting to use. I will note that it's RSA 4096-bit. ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDL8DiUij7l3vQKeHSaKo2xRHvAOWri2yUV4Y0O0sFrVY68ehSeCYTuk05DJEfwOsMB4ihHWWh65hPxapr3g9bNl/3Wb6HhbPHb/1JNAuVT9wKTyafKInX3675q5JjZcxXPl0UFYgZU9JDVQHxUEIvNLEVY4aa+FiMtDNIWi4wyGjboIO0eWjMrG6W2isPvO7y4PipwrXIfB8aBYMv6yUGswechlVe0tEOWh8fDGRDa3ByqLdg76LPPWFd5Cz7s6i8CwAKwHMkWJ3XjZykTsHONgQ2w8lzcHcdLdZG/wEuT5PP3/2PuOcPeor6LsQN7I9Ds3moqYlIrY6jZAiwP3YO3MRoePOHluBNuOt4MOZnruMbQJgZgDb8JyFLqIhZiJ9eBR8TK2jI0lhcl8rDr0VZZtzdO2+jFT+iGAv6eOYnK+xrAq+yK4YHHnglIn9rJAlyNTHaBR53NwifYRmdOD1ZvfKkertejWnOlcLigEKgQk+51l/vKwvhdVbfpaBEpcTWxuZLqOs6CE94I6HWo1IVbpMxOWErxVeaXqTDTPWFeTFCh9DnA7/TIc129HO9WINd3yZ+zX05PQaKxqAr8klJwyxwkrXJ97xeY9AXjL1AANW7g84fKlF7QdxVSbfGa+544HBr0fXV1BGlGv4EkPCYmvDKH5HIc003kJdcdy6ictQ== And I also tried running the diagnostic command mentioned. Here's the output I got, though it doesn't appear to show anything of particular interest. OpenSSH_8.6p1, OpenSSL 1.1.1k 25 Mar 2021 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to aur.archlinux.org [95.216.144.15] port 22. debug1: Connection established. debug1: identity file /home/binary/.ssh/id_rsa type 0 debug1: identity file /home/binary/.ssh/id_rsa-cert type -1 debug1: identity file /home/binary/.ssh/id_dsa type -1 debug1: identity file /home/binary/.ssh/id_dsa-cert type -1 debug1: identity file /home/binary/.ssh/id_ecdsa type -1 debug1: identity file /home/binary/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/binary/.ssh/id_ecdsa_sk type -1 debug1: identity file /home/binary/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /home/binary/.ssh/id_ed25519 type -1 debug1: identity file /home/binary/.ssh/id_ed25519-cert type -1 debug1: identity file /home/binary/.ssh/id_ed25519_sk type -1 debug1: identity file /home/binary/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /home/binary/.ssh/id_xmss type -1 debug1: identity file /home/binary/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.6 debug1: compat_banner: match: OpenSSH_8.6 pat OpenSSH* compat 0x04000000 debug1: Authenticating to aur.archlinux.org:22 as 'aur' debug1: load_hostkeys: fopen /home/binary/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:RFzBCUItH9LZS0cKB5UE6ceAYhBD5C8GeOBip8Z11+4 debug1: load_hostkeys: fopen /home/binary/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host 'aur.archlinux.org' is known and matches the ED25519 host key. debug1: Found key in /home/binary/.ssh/known_hosts:1 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: Will attempt key: /home/binary/.ssh/id_rsa RSA SHA256:1hBIpVzuvjyd456bVOYfK+XgZQbH6LoAvlrbv8xexpE debug1: Will attempt key: /home/binary/.ssh/id_dsa debug1: Will attempt key: /home/binary/.ssh/id_ecdsa debug1: Will attempt key: /home/binary/.ssh/id_ecdsa_sk debug1: Will attempt key: /home/binary/.ssh/id_ed25519 debug1: Will attempt key: /home/binary/.ssh/id_ed25519_sk debug1: Will attempt key: /home/binary/.ssh/id_xmss debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519, sk-ssh-ed25519@openssh.com ,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, sk-ecdsa-sha2-nistp256@openssh.com, webauthn-sk-ecdsa-sha2-nistp256@openssh.com> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/binary/.ssh/id_rsa RSA SHA256:1hBIpVzuvjyd456bVOYfK+XgZQbH6LoAvlrbv8xexpE debug1: Authentications that can continue: publickey debug1: Trying private key: /home/binary/.ssh/id_dsa debug1: Trying private key: /home/binary/.ssh/id_ecdsa debug1: Trying private key: /home/binary/.ssh/id_ecdsa_sk debug1: Trying private key: /home/binary/.ssh/id_ed25519 debug1: Trying private key: /home/binary/.ssh/id_ed25519_sk debug1: Trying private key: /home/binary/.ssh/id_xmss debug1: No more authentication methods to try. aur@aur.archlinux.org: Permission denied (publickey). On Thu, Jul 8, 2021 at 4:48 PM Eli Schwartz via aur-general < aur-general@lists.archlinux.org> wrote:
On 7/8/21 1:23 PM, Matt Spaulding via aur-general wrote:
I have an account with the AUR and a couple of packages. I'm attempting to update one of those packages and I am getting a permission denied error when trying to clone the git repository. Now, my SSH key has changed and I went ahead and updated my SSH public key in the account settings. But for some reason I still get a permission denied error.
I am wondering if I am doing something wrong here, or if there is something an administrator needs to fix, or something else altogether.
You can debug the connection fairly simply: instead of trying to git clone, try:
ssh -v aur@aur.archlinux.org
You will get a lot of debug info printed out, a successful connection should look something like this:
``` debug1: Offering public key: /home/eschwartz/.ssh/keys/aur RSA SHA256:3JKGjA8QHS9uXZ03uBm9YjjCxJVykNkmGGEp0/aqrHo explicit debug1: Server accepts key: /home/eschwartz/.ssh/keys/aur RSA SHA256:3JKGjA8QHS9uXZ03uBm9YjjCxJVykNkmGGEp0/aqrHo explicit debug1: Authentication succeeded (publickey). Authenticated to aur.archlinux.org ([2a01:4f9:c010:50::1]:22).
[...]
Interactive shell is disabled. Try `ssh aur@aur.archlinux.org help` for a list of commands. ```
You might be e.g. misconfigured and ssh is offering the wrong key. The debug messages will, like my example, list out the actual key file it is trying to send.
Once you can get ssh to work without git on top, git should work too.
Feel free to post logs, or join IRC for real-time support.
Here's a link to the account in question.
-- Eli Schwartz Bug Wrangler and Trusted User
-- Best Regards, Matt
Well, as soon as I sent this I think I figured it out. There is an error message when updating the SSH key, but I don't see it because it's off screen. When I first select "update" after changing the key, the key looks like it has been changed. But if I come back to the page later, it's the old key again. I finally noticed the error message and it was asking for me to enter my password. After I did that it appears everything is working just fine. Thanks for taking a look into this! On Thu, Jul 8, 2021 at 5:58 PM Matt Spaulding <mspaulding06@gmail.com> wrote:
Here's the information you asked for. I will probably hop on IRC tomorrow if this isn't enough information to solve the problem.
This is the public key I am attempting to use. I will note that it's RSA 4096-bit.
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDL8DiUij7l3vQKeHSaKo2xRHvAOWri2yUV4Y0O0sFrVY68ehSeCYTuk05DJEfwOsMB4ihHWWh65hPxapr3g9bNl/3Wb6HhbPHb/1JNAuVT9wKTyafKInX3675q5JjZcxXPl0UFYgZU9JDVQHxUEIvNLEVY4aa+FiMtDNIWi4wyGjboIO0eWjMrG6W2isPvO7y4PipwrXIfB8aBYMv6yUGswechlVe0tEOWh8fDGRDa3ByqLdg76LPPWFd5Cz7s6i8CwAKwHMkWJ3XjZykTsHONgQ2w8lzcHcdLdZG/wEuT5PP3/2PuOcPeor6LsQN7I9Ds3moqYlIrY6jZAiwP3YO3MRoePOHluBNuOt4MOZnruMbQJgZgDb8JyFLqIhZiJ9eBR8TK2jI0lhcl8rDr0VZZtzdO2+jFT+iGAv6eOYnK+xrAq+yK4YHHnglIn9rJAlyNTHaBR53NwifYRmdOD1ZvfKkertejWnOlcLigEKgQk+51l/vKwvhdVbfpaBEpcTWxuZLqOs6CE94I6HWo1IVbpMxOWErxVeaXqTDTPWFeTFCh9DnA7/TIc129HO9WINd3yZ+zX05PQaKxqAr8klJwyxwkrXJ97xeY9AXjL1AANW7g84fKlF7QdxVSbfGa+544HBr0fXV1BGlGv4EkPCYmvDKH5HIc003kJdcdy6ictQ==
And I also tried running the diagnostic command mentioned. Here's the output I got, though it doesn't appear to show anything of particular interest.
OpenSSH_8.6p1, OpenSSL 1.1.1k 25 Mar 2021 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to aur.archlinux.org [95.216.144.15] port 22. debug1: Connection established. debug1: identity file /home/binary/.ssh/id_rsa type 0 debug1: identity file /home/binary/.ssh/id_rsa-cert type -1 debug1: identity file /home/binary/.ssh/id_dsa type -1 debug1: identity file /home/binary/.ssh/id_dsa-cert type -1 debug1: identity file /home/binary/.ssh/id_ecdsa type -1 debug1: identity file /home/binary/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/binary/.ssh/id_ecdsa_sk type -1 debug1: identity file /home/binary/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /home/binary/.ssh/id_ed25519 type -1 debug1: identity file /home/binary/.ssh/id_ed25519-cert type -1 debug1: identity file /home/binary/.ssh/id_ed25519_sk type -1 debug1: identity file /home/binary/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /home/binary/.ssh/id_xmss type -1 debug1: identity file /home/binary/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.6 debug1: compat_banner: match: OpenSSH_8.6 pat OpenSSH* compat 0x04000000 debug1: Authenticating to aur.archlinux.org:22 as 'aur' debug1: load_hostkeys: fopen /home/binary/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:RFzBCUItH9LZS0cKB5UE6ceAYhBD5C8GeOBip8Z11+4 debug1: load_hostkeys: fopen /home/binary/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host 'aur.archlinux.org' is known and matches the ED25519 host key. debug1: Found key in /home/binary/.ssh/known_hosts:1 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: Will attempt key: /home/binary/.ssh/id_rsa RSA SHA256:1hBIpVzuvjyd456bVOYfK+XgZQbH6LoAvlrbv8xexpE debug1: Will attempt key: /home/binary/.ssh/id_dsa debug1: Will attempt key: /home/binary/.ssh/id_ecdsa debug1: Will attempt key: /home/binary/.ssh/id_ecdsa_sk debug1: Will attempt key: /home/binary/.ssh/id_ed25519 debug1: Will attempt key: /home/binary/.ssh/id_ed25519_sk debug1: Will attempt key: /home/binary/.ssh/id_xmss debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519, sk-ssh-ed25519@openssh.com ,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, sk-ecdsa-sha2-nistp256@openssh.com, webauthn-sk-ecdsa-sha2-nistp256@openssh.com> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/binary/.ssh/id_rsa RSA SHA256:1hBIpVzuvjyd456bVOYfK+XgZQbH6LoAvlrbv8xexpE debug1: Authentications that can continue: publickey debug1: Trying private key: /home/binary/.ssh/id_dsa debug1: Trying private key: /home/binary/.ssh/id_ecdsa debug1: Trying private key: /home/binary/.ssh/id_ecdsa_sk debug1: Trying private key: /home/binary/.ssh/id_ed25519 debug1: Trying private key: /home/binary/.ssh/id_ed25519_sk debug1: Trying private key: /home/binary/.ssh/id_xmss debug1: No more authentication methods to try. aur@aur.archlinux.org: Permission denied (publickey).
On Thu, Jul 8, 2021 at 4:48 PM Eli Schwartz via aur-general < aur-general@lists.archlinux.org> wrote:
On 7/8/21 1:23 PM, Matt Spaulding via aur-general wrote:
I have an account with the AUR and a couple of packages. I'm attempting to update one of those packages and I am getting a permission denied error when trying to clone the git repository. Now, my SSH key has changed and I went ahead and updated my SSH public key in the account settings. But for some reason I still get a permission denied error.
I am wondering if I am doing something wrong here, or if there is something an administrator needs to fix, or something else altogether.
You can debug the connection fairly simply: instead of trying to git clone, try:
ssh -v aur@aur.archlinux.org
You will get a lot of debug info printed out, a successful connection should look something like this:
``` debug1: Offering public key: /home/eschwartz/.ssh/keys/aur RSA SHA256:3JKGjA8QHS9uXZ03uBm9YjjCxJVykNkmGGEp0/aqrHo explicit debug1: Server accepts key: /home/eschwartz/.ssh/keys/aur RSA SHA256:3JKGjA8QHS9uXZ03uBm9YjjCxJVykNkmGGEp0/aqrHo explicit debug1: Authentication succeeded (publickey). Authenticated to aur.archlinux.org ([2a01:4f9:c010:50::1]:22).
[...]
Interactive shell is disabled. Try `ssh aur@aur.archlinux.org help` for a list of commands. ```
You might be e.g. misconfigured and ssh is offering the wrong key. The debug messages will, like my example, list out the actual key file it is trying to send.
Once you can get ssh to work without git on top, git should work too.
Feel free to post logs, or join IRC for real-time support.
Here's a link to the account in question.
-- Eli Schwartz Bug Wrangler and Trusted User
-- Best Regards, Matt
-- Best Regards, Matt
On 7/8/21 9:09 PM, Matt Spaulding via aur-general wrote:
Well, as soon as I sent this I think I figured it out. There is an error message when updating the SSH key, but I don't see it because it's off screen. When I first select "update" after changing the key, the key looks like it has been changed. But if I come back to the page later, it's the old key again. I finally noticed the error message and it was asking for me to enter my password. After I did that it appears everything is working just fine.
Thanks for taking a look into this!
Hmm, the error message should be at the top of the (reloaded) page. FWIW, on a successful account update you get taken to a new page, which just says: "The account, <your-account-name>, has been successfully modified." If you do not see that page, then something went wrong. -- Eli Schwartz Bug Wrangler and Trusted User
Glad you guys got it solved! On Thu, Jul 08, 2021 at 09:29:28PM -0400, Eli Schwartz via aur-general wrote:
On 7/8/21 9:09 PM, Matt Spaulding via aur-general wrote:
Well, as soon as I sent this I think I figured it out. There is an error message when updating the SSH key, but I don't see it because it's off screen. When I first select "update" after changing the key, the key looks like it has been changed. But if I come back to the page later, it's the old key again. I finally noticed the error message and it was asking for me to enter my password. After I did that it appears everything is working just fine.
Thanks for taking a look into this!
Hmm, the error message should be at the top of the (reloaded) page.
FWIW, on a successful account update you get taken to a new page, which just says:
"The account, <your-account-name>, has been successfully modified."
If you do not see that page, then something went wrong.
-- Eli Schwartz Bug Wrangler and Trusted User
-- Kevin Morris Software Developer Identities: - kevr @ Libera
On Thu, Jul 8, 2021 at 6:29 PM Eli Schwartz via aur-general < aur-general@lists.archlinux.org> wrote:
On 7/8/21 9:09 PM, Matt Spaulding via aur-general wrote:
Well, as soon as I sent this I think I figured it out. There is an error message when updating the SSH key, but I don't see it because it's off screen. When I first select "update" after changing the key, the key looks like it has been changed. But if I come back to the page later, it's the old key again. I finally noticed the error message and it was asking for me to enter my password. After I did that it appears everything is working just fine.
Thanks for taking a look into this!
Hmm, the error message should be at the top of the (reloaded) page.
Yes, it was on top. But at least on my version of Chrome, the page reloads to the same position as before when clicking the "update" button, and doesn't reset to the top of the page. Because of that I didn't see the error message (which is actually quite small and hard to notice anyway).
FWIW, on a successful account update you get taken to a new page, which just says:
"The account, <your-account-name>, has been successfully modified."
Yes, I figured that out after I updated the key correctly :)
If you do not see that page, then something went wrong.
-- Eli Schwartz Bug Wrangler and Trusted User
-- Best Regards, Matt
On 7/8/21 8:58 PM, Matt Spaulding via aur-general wrote:
Here's the information you asked for. I will probably hop on IRC tomorrow if this isn't enough information to solve the problem.
This is the public key I am attempting to use. I will note that it's RSA 4096-bit.
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDL8DiUij7l3vQKeHSaKo2xRHvAOWri2yUV4Y0O0sFrVY68ehSeCYTuk05DJEfwOsMB4ihHWWh65hPxapr3g9bNl/3Wb6HhbPHb/1JNAuVT9wKTyafKInX3675q5JjZcxXPl0UFYgZU9JDVQHxUEIvNLEVY4aa+FiMtDNIWi4wyGjboIO0eWjMrG6W2isPvO7y4PipwrXIfB8aBYMv6yUGswechlVe0tEOWh8fDGRDa3ByqLdg76LPPWFd5Cz7s6i8CwAKwHMkWJ3XjZykTsHONgQ2w8lzcHcdLdZG/wEuT5PP3/2PuOcPeor6LsQN7I9Ds3moqYlIrY6jZAiwP3YO3MRoePOHluBNuOt4MOZnruMbQJgZgDb8JyFLqIhZiJ9eBR8TK2jI0lhcl8rDr0VZZtzdO2+jFT+iGAv6eOYnK+xrAq+yK4YHHnglIn9rJAlyNTHaBR53NwifYRmdOD1ZvfKkertejWnOlcLigEKgQk+51l/vKwvhdVbfpaBEpcTWxuZLqOs6CE94I6HWo1IVbpMxOWErxVeaXqTDTPWFeTFCh9DnA7/TIc129HO9WINd3yZ+zX05PQaKxqAr8klJwyxwkrXJ97xeY9AXjL1AANW7g84fKlF7QdxVSbfGa+544HBr0fXV1BGlGv4EkPCYmvDKH5HIc003kJdcdy6ictQ==
And I also tried running the diagnostic command mentioned. Here's the output I got, though it doesn't appear to show anything of particular interest.
OpenSSH_8.6p1, OpenSSL 1.1.1k 25 Mar 2021 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to aur.archlinux.org [95.216.144.15] port 22. debug1: Connection established. debug1: identity file /home/binary/.ssh/id_rsa type 0 debug1: identity file /home/binary/.ssh/id_rsa-cert type -1 debug1: identity file /home/binary/.ssh/id_dsa type -1 debug1: identity file /home/binary/.ssh/id_dsa-cert type -1 debug1: identity file /home/binary/.ssh/id_ecdsa type -1 debug1: identity file /home/binary/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/binary/.ssh/id_ecdsa_sk type -1 debug1: identity file /home/binary/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /home/binary/.ssh/id_ed25519 type -1 debug1: identity file /home/binary/.ssh/id_ed25519-cert type -1 debug1: identity file /home/binary/.ssh/id_ed25519_sk type -1 debug1: identity file /home/binary/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /home/binary/.ssh/id_xmss type -1 debug1: identity file /home/binary/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.6 debug1: compat_banner: match: OpenSSH_8.6 pat OpenSSH* compat 0x04000000 debug1: Authenticating to aur.archlinux.org:22 as 'aur' debug1: load_hostkeys: fopen /home/binary/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:RFzBCUItH9LZS0cKB5UE6ceAYhBD5C8GeOBip8Z11+4 debug1: load_hostkeys: fopen /home/binary/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host 'aur.archlinux.org' is known and matches the ED25519 host key. debug1: Found key in /home/binary/.ssh/known_hosts:1 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: Will attempt key: /home/binary/.ssh/id_rsa RSA SHA256:1hBIpVzuvjyd456bVOYfK+XgZQbH6LoAvlrbv8xexpE debug1: Will attempt key: /home/binary/.ssh/id_dsa debug1: Will attempt key: /home/binary/.ssh/id_ecdsa debug1: Will attempt key: /home/binary/.ssh/id_ecdsa_sk debug1: Will attempt key: /home/binary/.ssh/id_ed25519 debug1: Will attempt key: /home/binary/.ssh/id_ed25519_sk debug1: Will attempt key: /home/binary/.ssh/id_xmss debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519, sk-ssh-ed25519@openssh.com ,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, sk-ecdsa-sha2-nistp256@openssh.com, webauthn-sk-ecdsa-sha2-nistp256@openssh.com> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/binary/.ssh/id_rsa RSA SHA256:1hBIpVzuvjyd456bVOYfK+XgZQbH6LoAvlrbv8xexpE
If you hadn't figured out the problem on your own, I was going to respond -- yeah, the public key you have in your account settings has a different fingerprint: RSA 4096 SHA256:MfAc/Q/F2r2ZUWuAYAJ5cAGotZSCvuYgzZJrWGYuqI8 Anyway, glad you figured it out. ;)
debug1: Authentications that can continue: publickey debug1: Trying private key: /home/binary/.ssh/id_dsa debug1: Trying private key: /home/binary/.ssh/id_ecdsa debug1: Trying private key: /home/binary/.ssh/id_ecdsa_sk debug1: Trying private key: /home/binary/.ssh/id_ed25519 debug1: Trying private key: /home/binary/.ssh/id_ed25519_sk debug1: Trying private key: /home/binary/.ssh/id_xmss debug1: No more authentication methods to try. aur@aur.archlinux.org: Permission denied (publickey).
-- Eli Schwartz Bug Wrangler and Trusted User
participants (3)
-
Eli Schwartz
-
Kevin Morris
-
Matt Spaulding