需求:
有一臺ubuntu 19.10,已安裝圖形界面,現需開啟vnc遠程桌面。
分析:
由于ubuntu desktop 自帶的定制了的gnome桌面系統,在該桌面系統下vnc4server和tightvncserver等均不可直接使用。
實際上Ubuntu Desktop是有桌面共享功能的,如果是最小化安裝就需要單獨安裝它。
Ubuntu桌面共享使用的是vino。
Ubuntu桌面共享使用的是vino。
Ubuntu桌面共享使用的是vino。
在ubuntu默認的gnome環境下不要使用vnc4server和tightvncserver,使用vino。
解決:
1。開啟ssh,并允許root密碼登錄
apt install openssh-server ssh
vi /etc/ssh/sshd_config
UsePAM yes
PermitRootLogin yes
PasswordAuthentication yes
#修改以上配置
systemctl enable ssh && systemctl restart ssh
#此時可以用root 密碼登錄ssh
2。開啟屏幕共享
打開Settings --> Screen Sharing -->激活并設置密碼
#如果沒有Screen Sharing選項,可能是vino沒有安裝,嘗試apt install vino 安裝
#激活后,用netstat -tulp | grep 59,查看端口是否監聽590X
#如果正常,可以嘗試用vnc連接,可能會出現“no security type suitable for RFB3.3”的錯誤。第3步就是解決這個問題。
3。關閉加密
gsettings?set?org.gnome.Vino?require-encryption?false
#關閉加密,此時vnc能正常連接
4。開啟用戶自動登錄桌面
vino必須登錄后才能啟動,所以還要配置用戶自動登錄桌面環境
vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
[Seat:*]
user-session=ubuntu
greeter-show-manual-login=true
allow-guest=false
#允許root登錄桌面環境
Autologin-user=root
#自動登錄的用戶
vi /etc/pam.d/gdm-autologin
#auth?? required??????? pam_succeed_if.so user != root quiet_success
#注釋此行
vi /etc/pam.d/gdm-password
#auth?? required??????? pam_succeed_if.so user != root quiet_success
#注釋此行
vi /etc/gdm3/custom.conf
[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = root
#配置自動登錄
vi /root/.profile
#mesg n || true
tty -s && mesg n || true
#修改mesg這行為tty
5。重啟測試
6。修改屏幕共享端口
默認是5900,但由于業務需要,改成5901
apt-get install dconf-editor
#安裝dconf-editor
登錄圖形界面,執行dconf-editor,依次選擇/org/gnome/desktop/remote-access/alternative-port 關閉默認值,手動修改為5901;
有資料說要再Again Right Click on ? ? alternative_port and click on Set as Default (this is important),但實際測試時這步會還原成5900,不清楚是否必要。
然后打開use-alternative-port,這步很重要。
參考:https://ubuntuforums.org/showthread.php?t=1297290
netstat 檢查端口是否修改,就可以用新端口登錄。
本文標題:ubuntu19.10desktop配置遠程vnc-創新互聯
本文鏈接:http://vcdvsql.cn/article12/csiogc.html
成都網站建設公司_創新互聯,為您提供商城網站、網站營銷、網站設計公司、網站內鏈、動態網站、Google
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯