Difference between revisions of "Private key"
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]] | + | * <code>[[ssh-keygen -y]] -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub |
Change the [[passphrase]] of a private key | Change the [[passphrase]] of a private key |
Revision as of 08:59, 1 February 2023
Generate private and public key
Generate public key based on private key in OpenSSH format
ssh-keygen -y -f ~/.ssh/id_rsa > ~./.ssh/id_rsa.pub
Change the passphrase of a private key
Convert or import key:
Connnect with specific private key:
Related terms
See also
ssh-keygen
[ -R
, -t
| -p
| -i
| -y | -f | ~/.ssh/id_rsa
| --help ] ~/.ssh/known_hosts
- Public key cryptography,
private key
, public key
, key length
, ssh-keygen
, ssh-keyscan
, Root certificate, KEX, Generate a key
Advertising: