我根据https://hortonworks.com/tutorial/sandbox-deployment-and-install-guide/section/1/在VirtualBox上部署了Hortonworks Sandbox。
现在,我想ssh到沙盒。我在虚拟机的shell中看到了这个:
如果你放大图像的中间位置,你会看到:
假设虚拟机的IP地址为http://127.0.0.1
,我做了以下事情:
$ ssh root@http://127.0.0.1 -p 8888
ssh: Could not resolve hostname http://127.0.0.1: Name or service not known
如你所见,它不起作用。怎么没找到?我可以通过我的浏览器连接到127.0.0.1:8888,显然,那里有一些东西。为什么我不能用ssh找到它?