使用MobaXterm的VNC时候报错no configed security type is supported by 3.3 VNC Viewer
解决方法
$ sudo passwd
passwd: password updated successfully
$ su root
$ sudo echo 'Authentication=VncAuth' >> /root/.vnc/config.d/vncserver-x11
$ sudo vncpasswd -service
Successfully set "Password" VNC parameter in /root/.vnc/config.d/vncserver-x11
$ sudo cat /root/.vnc/config.d/vncserver-x11
_AnlLastConnTime=int64:0000000000000000
_LastUpdateCheckSuccessTime=int64:01d7d31e1f95ea36
_LastUpdateCheckTime=int64:01d7d31e1f95ea36
Authentication=VncAuth
Password=c3abbea3b003a0b231737c0541892d72
$ sudo reboot
本文详细介绍了如何在MobaXterm中通过sudo命令配置VNCViewer的安全类型,包括修改密码、添加Authentication参数及重启系统的步骤。
1029

被折叠的 条评论
为什么被折叠?



