Difference between revisions of "Private key"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
Generate [[public key]] based on private key in [[OpenSSH format]]
 
Generate [[public key]] based on private key in [[OpenSSH format]]
* <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>
  
 
Change the [[passphrase]] of a private key
 
Change the [[passphrase]] of a private key

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: