OpenSSH authorized_keys2 is Obsolete
This applies only to people connecting to Vex.Net via the SSH 2 protocol. Since the server move we have discovered that the new version of OpenSSH no longer uses the ~/.ssh/authorized_keys2 file. All public keys should simply by put into the ~/.ssh/authorized_keys file for both SSH protocols 1 and 2 for public key authentication.For a quick fix: cat ~/.ssh/authorized_keys2 >>~/.ssh/authorized_keys