https://bugzilla.suse.com/show_bug.cgi?id=1227767 Bug ID: 1227767 Summary: ssh-agent unable to export its variables Classification: openSUSE Product: openSUSE Tumbleweed Version: Slowroll Hardware: aarch64 OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Network Assignee: screening-team-bugs@suse.de Reporter: tamara.zoe.schmitz@posteo.de QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 876048 --> https://bugzilla.suse.com/attachment.cgi?id=876048&action=edit ssh-agent strace In a bash shell, launching ssh-agent is unable to export its variables after launching. I observed this both on a desktop and a headless MicroOS system both running aarch64 CPUs from different vendors and different microarchitectures. So I believe this to be an aarch64 specific bug. The ssh-agent binary is part of the openssh-clients package which is built from the openssh.spec. Observed behaviour: $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-XXXXXX4k26MF/agent.26053; export SSH_AUTH_SOCK; SSH_AGENT_PID=26054; export SSH_AGENT_PID; echo Agent pid 26054; $ ssh-agent -k SSH_AGENT_PID not set, cannot kill agent $ printenv | grep -i SSH $ System Info: openSUSE Tumbleweed Aarch64 VERSION_ID="20240629" openssh-clients-9.6p1-11.1.aarch64 SELinux originally Enforcing, but using setenforce changed to Permissive. No change. Attached is an strace of running ssh-agent. -- You are receiving this mail because: You are on the CC list for the bug.