【问题标题】:Accessing Azure Virtual Machine (Ubuntu 14.04LTS) using xRDP使用 xRDP 访问 Azure 虚拟机 (Ubuntu 14.04LTS)
【发布时间】:2016-06-12 06:21:44
【问题描述】:

昨天,我从我的 Azure 仪表板(我正在使用分类 Azure 仪表板)设置一个带有密码的新 Ubuntu Box(经典 VM)。

我可以使用 Putty 登录(这意味着凭据有效)。

要远程访问此机器(已为远程桌面设置 CDN),我按照上述步骤 (https://azure.microsoft.com/en-in/documentation/articles/virtual-machines-linux-classic-remote-desktop/) 设置 xRDP - 请注意,我正在尝试从 Windows8.1 机器访问此框。

所有似乎都已成功安装。尝试远程进入 Ubuntu VM 时收到错误:

  1. Fire Run -> mstsc.exe(输入主机名/IP 和凭据)

  2. 输入的凭据

  3. 进程抛出了一些错误消息

即使尝试了所有故障排除步骤,它也无法正常工作:https://azure.microsoft.com/en-in/documentation/articles/virtual-machines-linux-troubleshoot-ssh-connection/

【问题讨论】:

    标签: linux azure ssh ubuntu-14.04 remote-access


    【解决方案1】:

    安装 xfce4 与

    sudo apt-get install xfce4

    对我来说一直都很好!

    我在开始时遵循了本指南: http://c-nergy.be/blog/?p=5305

    您还可以查看此线程以获取提示: https://askubuntu.com/questions/449785/ubuntu-14-04-xrdp-grey

    【讨论】:

      【解决方案2】:

      我再次重复这些步骤,它现在可以工作了:

      • sudo apt-get 更新
      • sudo apt-get install ubuntu-desktop
      • sudo apt-get install xrdp
      • sudo systemctl start xrdp
      • sudo systemctl 启用 xrdp
      • sudo apt-get install xfce4

      现在执行 RDP(运行 mstsc.exe) - 输入主机名和密码

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-08-05
        • 1970-01-01
        • 1970-01-01
        • 2012-02-11
        • 2017-11-29
        • 2021-03-15
        相关资源
        最近更新 更多