-1

我遇到了一个问题:按照https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux中的说明创建持久挂载点并重新启动后我的虚拟机,我无法通过 SSH 访问我的虚拟机,有什么解决办法吗?

4

1 回答 1

0

看起来这可能是双向问题、VM 凭据问题或您用于连接到 VM 的节点的问题。本文参考了如何在 Azure 上对 VM 端进行故障排除:https: //docs.microsoft.com/en-us/azure/virtual-machines/windows/troubleshoot-rdp-connection TLDR 来自链接:

Quick troubleshooting steps
After each troubleshooting step, try reconnecting to the VM:
Reset Remote Desktop configuration.
Check Network Security Group rules / Cloud Services endpoints.
Review VM console logs.
Reset the NIC for the VM.
Check the VM Resource Health.
Reset your VM password.
Restart your VM.
Redeploy your VM.

我建议还尝试从/到不同节点的 ssh 以检查问题出在哪里,VM 或起点。

于 2017-11-28T22:27:23.020 回答