This avoids the VNC server being accidentally exposed. If someone needs to connect to it, the "vncviewer -via" can be used or ssh with a local forward (-L).
@till can we put example of vncviewer command to diagnose message? I think it will be really helpful.
vncviewer
CI check failed with:
/home/jenkins/workspace/str_pr_test/inventory/standard-inventory-qcow2:335:50: E124 closing bracket does not match visual indentation
rebased onto bbcaf8f8160da717332d823c2319b1d9b4ebb0ce
In case it is VNC display 12 on the host test-runner that is available via ssh, you can use: vncviewer -via test-runner :12
vncviewer -via test-runner :12
Or to connect to a certain port: vncviewer -via test-runner ::6530
vncviewer -via test-runner ::6530
pretty please pagure-ci rebuild
CI passed. Looks good.
Commit 7c106f26 fixes this pull-request
Pull-Request has been merged by astepano
This avoids the VNC server being accidentally exposed. If someone needs
to connect to it, the "vncviewer -via" can be used or ssh with a local
forward (-L).