John Russell

Results 3 comments of John Russell

Unless I'm mistaken, in order for the "Delete Cache" admin bar button to show up you must have the "Don’t cache pages for known users. (Recommended)" setting box checked (on...

Similar to @peter-vanpoucke I was able to get this working by creating a new key pair using the EdDSA algorithm instead or RSA.

Since `ssh-rsa` is no longer accepted, I had to generate a new ssh key pair using EdDSA (`ssh-keygen -t ed25519`) instead of the standard RSA, added the public key to...