Drop unused VNC DES auth path

This commit is contained in:
Viktor Liu
2026-05-17 08:51:03 +02:00
parent 6d937af7a0
commit b4f696272a
6 changed files with 19 additions and 100 deletions

View File

@@ -99,7 +99,7 @@ func (e *Engine) startVNCServer(sshConf *mgmProto.SSHConfig) error {
netbirdIP := e.wgInterface.Address().IP
srv := vncserver.New(capturer, injector, "")
srv := vncserver.New(capturer, injector)
if vncNeedsServiceMode() {
log.Info("VNC: running in Session 0, enabling service mode (agent proxy)")
srv.SetServiceMode(true)