Hey guys,
I've been using servers through VNC for a while now, recently trying to figure out how to solve the classic 'Too many security failures'
Wondering if it's possible to whitelist my own IP and block out everything else so that I'm not getting flooded with connections that eventually block me out.
Before someone says just use SSH, I'd rather VNC to get a full visualisation so I can easily check for errors etc.
Currently using Ubuntu 16.04 and this command worked as a temporary fix (I think)
vncserver -set BlacklistTimeout=0 -set BlacklistThreshold=10000
Any advice would be appreciated, might even help someone else with the same issues