SSH Keys: Difference between revisions

Jump to navigation Jump to search
Added -t rsa-sha2-512 since NIST now recommends SHA-384 or higher
mNo edit summary
(Added -t rsa-sha2-512 since NIST now recommends SHA-384 or higher)
 
Line 167: Line 167:
  ssh-keygen -t ed25519
  ssh-keygen -t ed25519
* You can strengthen certain key types, such as RSA, by setting a longer key length.
* You can strengthen certain key types, such as RSA, by setting a longer key length.
  ssh-keygen -t rsa -b 4096
  ssh-keygen -t rsa-sha2-512 -b 4096


== SSH key constraints == <!--T:27-->
== SSH key constraints == <!--T:27-->
cc_staff
172

edits

Navigation menu