Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows XP 上尝试使用 Cygwin 的远程 shell 远程访问服务器时,如何确定在 VAX openvms 系统中放入 .rhosts 文件的内容?.rlogin 和 rsh 是唯一可用于访问 VAX 服务器的方法,它必须使用 Cygwin 远程访问 VAX 服务器。SSH 不是一个选项。当从 Sun 服务器访问 VAX 服务器时,它工作正常。我已经尝试了许多可能的组合,Cygwin 可能会将 VAX 发送到用户名和来源地址。
这个问题的答案是尝试访问 VAX 的客户端必须在客户端的 .rhosts 文件中具有 VAX 服务器的名称(在本例中为 ACSD5(但不需要用户名))。我不知道为什么。VAX 必须尝试以某种方式访问客户端,这要求 .rhosts 列出了 VAX 服务器。所以无论如何问题都解决了。