Comment Re:Any best practices for personal crypto? (Score 4, Informative) 7
I checked https://www.openssh.org/pq.html and they said that OpenSSH version 9.0 and greater solves this problem.
OpenSSH version 10.0 started warning users when connections use cryptography that is not safe against quantum computers.
They didn't indicate that switching key types will fix anything, though I'm guessing that a newer/longer key might be better.
The important thing is to use a newer version of ssh on both ends of the connection.
OpenSSH version 10.0 started warning users when connections use cryptography that is not safe against quantum computers.
They didn't indicate that switching key types will fix anything, though I'm guessing that a newer/longer key might be better.
The important thing is to use a newer version of ssh on both ends of the connection.