bugzilla-daemon at mindrot.org
2025-Oct-30 10:17 UTC
[Bug 3888] New: Commit 80162f9d7e7eadca4ffd0bd1c015d38cb1821ab6 breaks forwarding with some filesystems
https://bugzilla.mindrot.org/show_bug.cgi?id=3888
Bug ID: 3888
Summary: Commit 80162f9d7e7eadca4ffd0bd1c015d38cb1821ab6 breaks
forwarding with some filesystems
Product: Portable OpenSSH
Version: 10.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: andrej.filipcic at ijs.si
The commit 80162f9d7e7eadca4ffd0bd1c015d38cb1821ab6 moved the socket
file location for ssh-agent and sshd from TMPDIR to $HOME/.ssh/agent.
Some filesystems do not support socket files (eg openafs). ssh-agent is
OK since "-T" option can be used, but I did not find a way to change
the setting with sshd. Is it possible to add an option to sshd_config
to create the socket files in TMPDIR or some other location specified
by admin?
--
You are receiving this mail because:
You are watching the assignee of the bug.