Difference between revisions of "Ed25519"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 4: Line 4:
 
s/637147/</ref>
 
s/637147/</ref>
  
 +
 +
ssh-keygen -t ed25519
 +
ssh-keygen -t ed25519 -f your_new_ed25519_key
  
 
  [[ssh-keygen]] -e -m [[PEM]] -f private_key_in_ed25519_format
 
  [[ssh-keygen]] -e -m [[PEM]] -f private_key_in_ed25519_format

Revision as of 17:07, 5 May 2020

  • OpenSSH 6.8: March 18, 2015
    • Added new [email protected] extension to facilitate public key discovery and rotation for trusted hosts (for transition from DSA to Ed25519 public host keys)[1]
    • AuthenticationMethods=publickey,publickey to require that users authenticate using two different public keys[2]


ssh-keygen -t ed25519 ssh-keygen -t ed25519 -f your_new_ed25519_key

ssh-keygen -e -m PEM -f private_key_in_ed25519_format
do_convert_to_pem: unsupported key type ED25519



See also

  • Murenin, Constantine A. (2015-02-01). Soulskill (ed.). "OpenSSH Will Feature Key Discovery and Rotation For Easier Switching To Ed25519". Slashdot. Retrieved 2015-02-01.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
  • https://lwn.net/Article s/637147/
  • Advertising: