Difference between revisions of "Public key cryptography"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
[[wikipedia:Public key cryptography]]
 
[[wikipedia:Public key cryptography]]
 +
 +
Generate public key from [[private key]]:
 +
* <code>[[ssh-keygen -y]] -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub</code>
  
 
Generate a public key from a [[PEM]] private key
 
Generate a public key from a [[PEM]] private key
Line 8: Line 11:
 
* <code> [[ssh-keygen]] -l -f /etc/ssh/ssh_host_XXXXkey.pub</code>
 
* <code> [[ssh-keygen]] -l -f /etc/ssh/ssh_host_XXXXkey.pub</code>
  
Generate public key from [[private key]]:
 
* <code>[[ssh-keygen -y]] -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub</code>
 
  
  

Revision as of 13:47, 2 September 2021

This article is a Draft. Help us to complete it.

wikipedia:Public key cryptography

Generate public key from private key:

Generate a public key from a PEM private key

Generate fingerpring:


OpenSSH 7.6 (2017)

  • Refuse keys <1024 bits in lengh and improve reporting for keys that do not meet this requirement.

Related terms

See also

Advertising: