从 CYGWIN 访问时,如何确定在 VAX 打开虚拟机中将哪些内容放入 .rhosts 文件中

发布于 2024-07-07 16:28:14 字数 243 浏览 8 评论 0原文

当尝试在 Windows XP 上使用 Cygwin 的远程 shell 远程访问服务器时,如何确定在 VAX openvms 系统中的 .rhosts 文件中放入什么内容? .rlogin 和 rsh 是唯一可用于访问 VAX 服务器的方法,并且必须使用 Cygwin 远程访问 VAX 服务器。 SSH 不是一个选项。 当从 Sun 服务器访问 VAX 服务器时,它工作正常。 我已经尝试了许多可能的组合,Cygwin 可以将 VAX 发送到用户名和原始地址。

How do you determine what to put in .rhosts file in an VAX openvms system when trying to remotely access the server using a remote shell from Cygwin on windows XP ? .rlogin and rsh are the only methods that can be used to access the VAX server and it must be using Cygwin to remote in to the VAX server. SSH is not an option. When the VAX server is accessed from a Sun server it works fine. I have tried many combination's of possible things that Cygwin could be sending the VAX as far as a user name an address of origin.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

囚你心 2024-07-14 16:28:14
  • 什么错误消息
    回到?
  • 是否有输出
    全部?
  • 如果这确实是 VAX(不是 Alpha),它是使用 Digital 的 TCP/IP 实现还是其他供应商?
  • What error message is being
    returned?
  • Is there any output at
    all?
  • If this is really a VAX (not an Alpha), is it using Digital's TCP/IP implementation or another vendor?
面犯桃花 2024-07-14 16:28:14

这个问题的答案是,尝试访问VAX的客户端必须在客户端的.rhosts文件中包含VAX服务器的名称(在本例中为ACSD5(但不需要用户名))。 我不知道为什么。 VAX 必须尝试以某种方式访问​​客户端,这要求 .rhosts 列出 VAX 服务器。 所以无论如何问题都解决了。

The asnswer to this question is that the client that tries to access the VAX has to have the name of the VAX server (in this case ACSD5(but no user name is required)) in the .rhosts file of the client. I do not know why. The VAX must be trying to access the client in some way that requires that the .rhosts has the VAX server listed. So anyway problem solved.

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