Difference between revisions of "Public key cryptography"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
 
Generate public key from [[private key]]:
 
Generate public key from [[private key]]:
 
* <code>ssh-keygen -y -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub</code>
 
* <code>ssh-keygen -y -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub</code>
 +
 +
 +
[[OpenSSH 7.6]] (2017)
 +
* Refuse [[keys]] <1024 bits in length and improve reporting for keys that do not meet this requirement.
  
 
== Related terms ==
 
== Related terms ==

Revision as of 09:15, 14 April 2021

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


Generate a public key from a PEM private key

Generate fingerpring

Generate public key from private key:

  • ssh-keygen -y -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub


OpenSSH 7.6 (2017)

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

Related terms

See also

Advertising: