Fulltext results:
- ssh-agent-workaround
- ====== Workaround to use SSH Agent Forwarding in an X2Go Session ====== X2GoClient uses ''libssh'' and thus is unable to forward SSH Agent credentials by default. However, there is a workaround: Put this at the end of '... c'' on your X2Go **Server**: <code> # --- BEGIN X2Go SSH forwarding workaround --- # Part that runs in regular SSH ... file name of agent socket into file echo $SSH_AUTH_SOCK >~/.x2go/agentsocket fi # Part that runs in X2Go session # che