CetOS 6.5 XRDP

1. Set proxy

             system -> Preferences -> Network Proxy -> Proxy Configuration
                                             
2. Enable SSH for "root" Account.

          SSH 服務的設定檔 /etc/ssh/sshd_config
1
2
3
4
5
[root@localhost ~]# vi /etc/ssh/sshd_config
PasswordAuthentication yes 
PermitRootLogin yes

[root@localhost ~]# service sshd restart
Stopping sshd:                                             [  OK  ]
Starting sshd:                                             [  OK  ]
[root@localhost ~]#
3. yum update
4. CentOS 6.5 + XRDP 0.6.1 遠端桌面安裝與設定


先切換到root
1.安裝相依套件 (含VNCSERVER)
2.安裝XRDP
3.開啟防火牆 (用圖形介面或文字二選一)
選單的"系統" > "管理" > "防火牆"
其他通訊埠 > 開啟Port: 3389/TCP  如下圖,套用並重新載入。
2013-05-31_173727
2013-05-31_173803
或執行指令
4.設定開機時執行
加入/etc/xrdp/xrdp.sh start
5.啟動指令
不知道IP可以用ifconfig查一下
6.重新啟動CentOS
7.使用遠端桌面工具連接
2013-05-31_174431
8.輸入系統的帳號密碼 (Module預設為sesman-Xvnc)
2013-05-31_173921
9.登入驗證
2013-05-31_173937
10.歐耶!! 成功登入了!!
2013-05-31_173941 
文章出處: