You are not logged in.

#76 2026-02-26 06:55:58

hecsa
Member
Registered: 2023-09-03
Posts: 6

Re: AUR connection issues (EOF/TLS errors)

Is it happening again? I'm in Argentina, and my public IP is 190.7.35.116.
Thanks, and best regards,
HeCSa.

Offline

#77 2026-02-26 09:50:05

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,498
Website

Re: AUR connection issues (EOF/TLS errors)

Hey @hecsa, please try again I just fixed something on our end smile

Offline

#78 2026-02-27 20:54:00

ArchChem
Member
Registered: 2013-02-16
Posts: 25

Re: AUR connection issues (EOF/TLS errors)

From Germany, at the moment, I can't clone, pull or push from the AUR using an SSH key. The key gets accepted, but connection freezes afterwards. I have tried the connection from several networks including ipv4 and ipv6:

[...@...-linux-acer]$ ssh -vT aur@aur.archlinux.org
debug1: OpenSSH_10.2p1, OpenSSL 3.6.1 27 Jan 2026
debug1: Reading configuration data /home/.../.ssh/config
debug1: /home/.../.ssh/config line 5: Applying options for aur.archlinux.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf
debug1: Reading configuration data /etc/ssh/ssh_config.d/30-libvirt-ssh-proxy.conf
debug1: Connecting to aur.archlinux.org [209.126.35.78] port 22.
debug1: Connection established.
debug1: loaded pubkey from ...
debug1: identity file ...
debug1: no identity pubkey loaded from /home/wuki/.ssh/aur
debug1: Local version string SSH-2.0-OpenSSH_10.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_10.2
debug1: compat_banner: match: OpenSSH_10.2 pat OpenSSH* compat 0x04000000
debug1: Authenticating to aur.archlinux.org:22 as 'aur'
debug1: load_hostkeys: fopen /home/.../.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: mlkem768x25519-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/.../.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/.../.ssh/known_hosts:13
debug1: ssh_packet_send2_wrapped: resetting send seqnr 3
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: Sending SSH2_MSG_EXT_INFO
debug1: expecting SSH2_MSG_NEWKEYS
debug1: ssh_packet_read_poll2: resetting read seqnr 3
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_ext_info_client_parse: server-sig-algs=<ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256>
debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0>
debug1: kex_ext_info_check_ver: ping@openssh.com=<0>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_ext_info_client_parse: server-sig-algs=<ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256>
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: get_agent_identities: bound agent to hostkey
debug1: get_agent_identities: agent returned 5 keys
...
debug1: Offering public key: ...
debug1: Server accepts key: ...

Offline

#79 2026-02-27 21:00:33

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,498
Website

Re: AUR connection issues (EOF/TLS errors)

Hmm, I just tried the same and it worked without issue ... It generally sounds different to the other issues reported in this thread, could you try to find out more about the problem? I.e. did you already try it from the mobile network for example?

Offline

#80 2026-02-27 21:05:58

ArchChem
Member
Registered: 2013-02-16
Posts: 25

Re: AUR connection issues (EOF/TLS errors)

Yes, I have tried it from the mobile network and two WiFi networks.

Offline

#81 2026-02-28 09:09:10

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,342

Re: AUR connection issues (EOF/TLS errors)

tbc. you're getting

debug1: Offering public key: ~/.ssh/id_rsa …
debug1: Server accepts key: ~/.ssh/id_rsa …

but then not

Enter passphrase for key '~/.ssh/id_rsa': 

Seems like an issue w/ your ssh agent which is probably https://wiki.archlinux.org/title/GnuPG#SSH_agent and random layers of complexion (ie. a password manager)?

Offline

Board footer

Powered by FluxBB