更改root與vnc密碼,配置vnc

更改root密碼rest

登陸到root用戶下server

#passwdip

 

更改vnc密碼字符串

#vncpasswdget

 

配置vncit

#vi /etc/sysconfig/vncserverstable

找到vncservers="1:myusername"這個字符串,去掉註釋,把myusername改成你的登陸用戶名。而後保存退出。登錄

#service vncserver start //這一步是讓他生成xstatup文件配置

#vi .vnc/xstatup //這一步在root@localhost#下運行iptables

unset SESSION_MANAGER

exec /etc/X11/xinit/xinitrc(去掉註釋)

#vi /etc/sysconfig/iptables

在其中加入5901端口,而後保存退出

#service iptables restart

#service vncserver restart

完成

 

若是要設置除去root用戶之外的用戶

首先建立一個用戶

root@localhost# cp -r .vnc /home/userName

root@localhost#chown -R userName:groupName .vnc

若是鏈接VNC出現too many security failures這個問題:多是由於VNC關閉了,從新啓動一下VNC服務。#service vncserver restart

相關文章
相關標籤/搜索