Difference between revisions of "Private key"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to Public key)
Tags: Removed redirect, Mobile web edit, Mobile edit
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
  
[[Ssh-keygen -y]]
 
  
 +
Generate private and [[public key]]
 +
* <code>[[ssh-keygen]]</code>
  
 +
Generate [[public key]] based on private key in [[OpenSSH format]]
 +
* <code>[[ssh-keygen -y]] -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub</code>
  
 +
Change the [[passphrase]] of a private key
 +
* <code>[[ssh-keygen -p]]</code>
 +
 +
Convert or import key:
 +
* <code>[[ssh-keygen -i]]</code>
 +
 +
Connnect with specific private key:
 +
* <code>[[ssh -i]]</code>
 +
 +
 +
[[OpenSSL]]:
 +
* <code>[[openssl genrsa]]</code>
 +
 +
== Related terms ==
 +
* [[Public key]]
 +
* [[Apple Push Notification service (APNs) auth key]]
 +
* <code>[[.p8]]</code>
 +
* [[PKCS8]]
 +
* <code>[[~/.ssh/config]]: [[IdentityFile]]</code>
 +
* <code>[[chmod]]</code>
 +
* <code>[[gsutil config -e]]</code>
 +
 +
== See also ==
 
* {{ssh-keygen}}
 
* {{ssh-keygen}}
 
* {{Key}}
 
* {{Key}}
 +
 +
[[Category:OpenSSH]]
 +
[[Category:Cryptography]]

Revision as of 09:00, 1 February 2023


Generate private and public key

Generate public key based on private key in OpenSSH format

Change the passphrase of a private key

Convert or import key:

Connnect with specific private key:


OpenSSL:

Related terms

See also

Advertising: