Menu

#309 SSH Agent forwarding stopped working in 4.5.5.7

v1.0 (example)
open
nobody
None
5
2019-01-03
2019-01-03
No

"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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB