Troubleshooting CVS
Jump to navigation
Jump to search
Operation times out during authenticated operations
Your copy of CVS might be trying to use RSH by default instead of SSH. Make sure that you have the environment variable CVS_RSH set to ssh in your shell. For bash, the command is:
export CVS_RSH=ssh
You can put that in your .bashrc file to have it executed for each shell you run.