CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/06 21:33:52
Modified files:
usr.bin/ssh : ssh-agent.c
Log message:
Escape SSH_AUTH_SOCK paths that are sent to the shell as setenv
commands.
Unbreaks ssh-agent for home directory paths that contain whitespace.
Based on fix from Beat Bolli via bz3884; feedback/ok dtucker@
