如何在 Azure 上使用 SSH 从 jumpbox 访问节点?
How can I access nodes from jumpbox using SSH on Azure?
我使用过 Azure 手臂模板 (
azure-quickstart-templates/mongodb-high-availability ) 创建 Mongodb 虚拟机,如主从。
我只获得了 Jumpbox 的 ssh 详细信息,但我不知道如何从 jumpbox 连接 mongodb Vm 节点。
请参考以下步骤:
1.SSH 到您的 Jumpbox 虚拟机。
2.Get 您的 mongodb Azure 门户上的 VM 节点专用 IP。
3.SSH 到您的节点虚拟机,用户名和密码与 Jumpbox 虚拟机相同。
我使用过 Azure 手臂模板 (
azure-quickstart-templates/mongodb-high-availability ) 创建 Mongodb 虚拟机,如主从。
我只获得了 Jumpbox 的 ssh 详细信息,但我不知道如何从 jumpbox 连接 mongodb Vm 节点。
请参考以下步骤:
1.SSH 到您的 Jumpbox 虚拟机。
2.Get 您的 mongodb Azure 门户上的 VM 节点专用 IP。
3.SSH 到您的节点虚拟机,用户名和密码与 Jumpbox 虚拟机相同。