用于在非默认端口上连接 extssh 的 CVS 命令

发布于 2024-11-04 14:32:13 字数 220 浏览 5 评论 0原文

我们在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坚持沉默 2024-11-11 14:32:13

您将需要使用 ~/.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 example

http://www.seanodonnell.com/code/?id=56

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文