无法从本地计算机 ssh 虚拟机(VM Player)

无法从本地计算机 ssh 虚拟机(VM Player)

我正在尝试apache-drill使用 MapR 的 Sandbox文档我从 VMPlayer 安装了虚拟机并打开了一个虚拟机MapR-Sandbox-For-Apache-Drill-1.0.0-4.1.0-vmware.ova.

登录后,它成功启动。然后我尝试从本地机器 ssh 到这个虚拟机,如下所示教程使用命令:

ssh mapr@localhost -p 2222

但我收到了错误

ssh:连接到主机 localhost 端口 2222:连接被拒绝

我该如何解决?

答案1

当我尝试从本地计算机 ssh 到 VM 时,因此使用ssh mapr@localhost -p 2222br 命令ssh mapr@<IP of VM> -p 2222

相关内容