我启动了vncserver :3
并且只能通过ssh -L 5903:localhost:5903 machine42
与 的连接进行连接vncviewer localhost::5903
。但是与 的直接连接vncviewer astro101:3
挂起了(最后一条消息:DecodeManager: Creating 4 decoder thread(s))
。
使用选项-localhost
no 按照建议https://unix.stackexchange.com/questions/398905/vnc-server-only-listening-for-connections-from-localhost,返回Unrecognized option: no
。
语法变了吗?那么如何实现直接连接呢?