<div dir="ltr"><div><div><div><div>My x2go server is my desktop at work and there is a .bashrc that launches keychain and loads my ~/.ssh/id_dsa into the session environment.<br><br></div>the terminal gets the following output before the prompt:<br><br> * keychain 2.7.1 ~ <a href="http://www.funtoo.org">http://www.funtoo.org</a><br> * Found existing ssh-agent: 1829<br> * Known ssh key: /home/rhall/.ssh/id_dsa<br><br></div>Then you get a bash prompt.<br><br></div>This output becomes the text of the error message when I try to connect to this same box via x2go-client.<br><br></div>The relevant lines in .bashrc are:<br><br>/usr/bin/keychain ~/.ssh/id_dsa<br>source ~/.keychain/rhall-sh<br></div>