I followed the instructions:
- My account (created in 2011) is still existing and up2date: Fedora Accounts
- I was granted access to at least one group: magazine-editors
- On
https://accounts.fedoraproject.org/user/andreashaerter/settings/keys/
I checked my key:- It was still registered and valid. I tried to SSH login with my old SSH key (RSA 4096 bit from 2011) and it did not work.
- I therefore added a new one (ED25519), waited for hours and it did not work.
- I added both (as last resort), waited a few hours and it did not work (no matter which Identity file I provided)
So I am running out of ideas. As the output shows, my SSH client is sending the correct pubkey and the client and server successfully negotiated algorithms:
debug1: Authenticating to fedorapeople.org:22 as 'andreashaerter'
debug1: kex: algorithm: curve25519-sha256@libssh.org
[...]
debug1: kex: host key algorithm: ssh-ed25519-cert-v01@openssh.com
debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
debug1: kex: curve25519-sha256@libssh.org need=32 dh_need=32
debug1: kex: curve25519-sha256@libssh.org need=32 dh_need=32
[...]
debug1: Server host certificate: ssh-ed25519-cert-v01@openssh.com SHA256:DTUrA3w9TcKunUSLEPoFK4uAqrdHKdIv7QoiPQjF1b4, serial 1686791904 ID "people02.fedoraproject.org" CA ssh-rsa SHA256:IPuhCSNXqj4m2eq6UKYE1jHFglLgLCbBzINft+OxUMA valid from 2023-06-15T02:18:24 to 2024-06-13T03:18:24
debug2: Server host certificate hostname: fedorapeople.org
debug2: Server host certificate hostname: people02.fedoraproject.org
debug3: record_hostkey: found key type ED25519 in file /home/user/.ssh/known_hosts:43
[...]
debug1: Host 'fedorapeople.org' is known and matches the ED25519 host key.
debug1: Found key in /home/user/.ssh/known_hosts:43
[...]
debug1: Will attempt key: /home/user/.ssh/fedoraproject_andreashaerter ED25519 SHA256:PWpG87Z7XFgZjPDbd7ytZsGkv77tIpGFnQxke8UGt7g explicit agent
debug2: pubkey_prepare: done
[...]
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/user/.ssh/fedoraproject_andreashaerter ED25519 SHA256:PWpG87Z7XFgZjPDbd7ytZsGkv77tIpGFnQxke8UGt7g explicit agent
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 60
debug1: Server accepts key: /home/user/.ssh/fedoraproject_andreashaerter ED25519 SHA256:PWpG87Z7XFgZjPDbd7ytZsGkv77tIpGFnQxke8UGt7g explicit agent
debug3: sign_and_send_pubkey: using publickey with ED25519 SHA256:PWpG87Z7XFgZjPDbd7ytZsGkv77tIpGFnQxke8UGt7g
debug3: sign_and_send_pubkey: signing using ssh-ed25519 SHA256:PWpG87Z7XFgZjPDbd7ytZsGkv77tIpGFnQxke8UGt7g
debug3: send packet: type 50
Connection closed by 152.19.134.199 port 22
Any idea?
Reasoning: Even though a new planet is in the works, I want to share content on the current planet. To do I have to create a file in my homedir at fedorapeople.org.
Cheers,
Andreas
Edit: typos