We the the way to connect to CVS server on extssh, listening at default port is:
Set the CVSROOT as following:
CVSROOT=:ext:<username>@<server-ip>:<repository-path>
CVS_RSH="ssh"
But we need to connect to CVS server with non-default port. Can you please suggest how/where to specify the port number?
You will need to use the
~/.ssh/configto specifiy the port. check the following link for a working examplehttp://www.seanodonnell.com/code/?id=56