1. Set proxy
system -> Preferences -> Network Proxy -> Proxy Configuration2. Enable SSH for "root" Account.
SSH 服務的設定檔 /etc/ssh/sshd_config
1
2
3
4
5 | [root@localhost ~]# vi /etc/ssh/sshd_configPasswordAuthentication yes PermitRootLogin yes [root@localhost ~]# service sshd restartStopping sshd: [ OK ]Starting sshd: [ OK ][root@localhost ~]# |
4. CentOS 6.5 + XRDP 0.6.1 遠端桌面安裝與設定
先切換到root
1.安裝相依套件 (含VNCSERVER)
2.安裝XRDP
3.開啟防火牆 (用圖形介面或文字二選一)
選單的"系統" > "管理" > "防火牆"
其他通訊埠 > 開啟Port: 3389/TCP 如下圖,套用並重新載入。


選單的"系統" > "管理" > "防火牆"
其他通訊埠 > 開啟Port: 3389/TCP 如下圖,套用並重新載入。
或執行指令
4.設定開機時執行
加入/etc/xrdp/xrdp.sh start
5.啟動指令
不知道IP可以用ifconfig查一下
6.重新啟動CentOS
7.使用遠端桌面工具連接

8.輸入系統的帳號密碼 (Module預設為sesman-Xvnc)

9.登入驗證

10.歐耶!! 成功登入了!!
文章出處: