用于在非默认端口上连接 extssh 的 CVS 命令
我们在extssh上连接到CVS服务器,监听默认端口的方法是:
设置CVSROOT如下:
CVSROOT=:ext:<username>@<server-ip>:<repository-path>
CVS_RSH="ssh"
但是我们需要使用非默认端口连接到CVS服务器。您能否建议如何/在哪里指定端口号?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用
~/.ssh/config
来指定端口。检查以下链接以获取工作示例http://www.seanodonnell.com/code/?id =56
You will need to use the
~/.ssh/config
to specifiy the port. check the following link for a working examplehttp://www.seanodonnell.com/code/?id=56