Proxmox Version 2
VNC:
qm vncproxy <vmid>
nc -l -p 5900 -c "qm vncproxy VMID [PASSWORD]"
/etc/pve/local/qemu-server/(THE ID).conf
args: -vnc 0.0.0.0:100,password
/usr/share/pve-manager/root/qemu/vnc-direct.htm
/etc/inetd.conf
9001 stream tcp nowait root /usr/sbin/qm qm vncproxy 101
vncterm [VNCOPTS] [-c command [ARGS]]
vncterm -c vzctl enter VMID
vncterm -rfbport 5900 -passwdfile FILE -timeout 20 -c vzctl enter 104
問題:
VNC Client 連過去 Server 時見到
"Server did not offer supported security type"
Testing
qm vncproxy 106
RFB 003.008
CMD
nc -l -p 5906 -c "qm vncproxy 106"