Ian Lance Taylor wrote: > Georg-Johann Lay wrote: >> Hi, I am getting the above message if I svn update my local working copy, e.g. >> >> $ svn update >> Control socket connect(/tmp/ssh_gcc_control): Connection refused >> At revision 192080. > > This message is coming from your local ssh program. Most likely your > ssh_config file has a ControlPath line as described at > http://gcc.gnu.org/wiki/SSH_connection_caching . Something has gone > wrong with that. That's all I know on the subject. hmm, I am using a setup according to that site already. Removing /tmp/ssh_gcc_control and then $ ssh -fMN account@xxxxxxxxxxx again appeared to resolved the issue. Thanks.