SSH Agent forwarding stopped working in 4.5.5.7
Brought to you by:
perseo22
"Forward Agent" is turned on in SSH Options, but still, after logging into the box agent is not properly forwarded:
# ssh-add -l
Could not open a connection to your authentication agent.
And it looks like SSH_AUTH_SOCK environment variable is missing:
# export | grep -i SSH
declare -x SSH_CLIENT="<MY IP> 40594 22"
declare -x SSH_CONNECTION="<MY IP> 40594 192.168.224.4 22"
declare -x SSH_TTY="/dev/pts/0"
It worked properly before the latest upgrade.