Enable SSH Public key Authentication
At a system with FIPS enabled. Doing so ensures that the MD5 digest algorithm is not used during key generation. Servers, those FIPS-enabled or not, will be able to use the public key generated by the FIPS-enabled client. # mkdir ~/keys/ # chmod 700 ~/keys/ # ssh-keygen -b 4096 -f ~/keys/id_rsa -t rsa # chmod […]