Difference between revisions of "Ssh-keygen -t"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
* <code>[[ssh-keygen -t ed25519]]</code> (There is no need to set the [[key size]], as all [[ed25519]] keys are 256 bits) other options:  
+
<code>[[ssh-keygen -t ed25519]]</code> <ref>https://man7.org/linux/man-pages/man1/ssh-keygen.1.html</ref> (There is no need to set the [[key size]], as all [[ed25519]] keys are 256 bits) other options:  
 
<code>[-t [[dsa]] | [[ecdsa]] | [[ecdsa-sk]] | [[ed25519]] | [[ed25519-sk]] | [[ssh-keygen -t rsa|rsa]]]</code>
 
<code>[-t [[dsa]] | [[ecdsa]] | [[ecdsa-sk]] | [[ed25519]] | [[ed25519-sk]] | [[ssh-keygen -t rsa|rsa]]]</code>
  

Revision as of 18:47, 18 November 2023

ssh-keygen -t ed25519 [1] (There is no need to set the key size, as all ed25519 keys are 256 bits) other options: [-t dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa]

ssh-keygen -t ed25519 -f ~/.ssh/your_new_ed25519_key

Related

See also

  • https://man7.org/linux/man-pages/man1/ssh-keygen.1.html
  • Advertising: