我的邪恶计划是从 AWS ubuntu 实例提供 rdp,这样当我从 Windows 计算机漫游到 Windows 计算机(或任何计算机)时,我就可以拥有一个永久的 xubuntu 桌面。就像运行 mstsc -v {aws.public.url} 一样简单。
我如何通过 ssh 让实例为远程桌面提供服务?
注意:这个答案现在已经过时了:
感谢nealmcb的回答并遵循tightvnc + xrdp讨论,我在这里工作了我设置mstsc -v功能aws的完整任务列表:
Xubuntu 不是 Ubuntu 桌面
我最初尝试使用 ubuntu 桌面,但在微型实例中,GUI 性能太慢,切换到 xubuntu 可以提供响应合理的远程桌面
AWS 设置
#cloud-config
apt_update: true
apt_upgrade: true
packages:
- xubuntu-desktop
- indicator-applet-session
- gnome-themes-selected
- tightvncserver
- xrdp
Run Code Online (Sandbox Code Playgroud)
Windows 上的 SSH 访问
服务器设置
您可能必须等待 xubuntu-desktop apt-get 完成才能使用 xrdp.ini。
sudo vim /etc/xrdp/xrdp.ini
# remove the entries below the xrdp1 block
sudo adduser me
sudo addgroup me admin
Run Code Online (Sandbox Code Playgroud)
现在我可以将 mstsc -v {aws.public.url} 放入 aws 中。
D 击键问题
感谢以下资源:
AWS 安装指南
http://foss-boss.blogspot.com/2010/10/pointnclick-guide-to-running-ubuntu-in.html
Xubuntu AWS 安装指南
http://blog.topicbranch.net/2010/08/xubuntu-and-neatx-on-ec2.html
紧VNC+XRDP
http://ubuntuforums.org/showthread.php?t=1077607
TightVNC 1.3.9 64 位问题
https://bugs.launchpad.net/ubuntu/+bug/344264/
RDP D 密钥问题
http://ubuntuforums.org/showthread.php?t=1595871
快速切换小程序问题
http://ubuntu-ky.ubuntuforums.org/showthread.php?t=1365262
| 归档时间: |
|
| 查看次数: |
7218 次 |
| 最近记录: |