Difference between revisions of "Ssh-keygen -y"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
* Generate [[public key]] from [[private key]]: | * Generate [[public key]] from [[private key]]: | ||
− | [[ssh-keygen -y]] -f ~/.ssh/id_rsa > ~ | + | [[ssh-keygen -y]] -f ~/.ssh/id_rsa > ~/.ssh/id_rsa[[.pub]] |
(no output) | (no output) | ||
+ | |||
+ | == Related == | ||
+ | * [[Generate public key from private key]] | ||
== See also == | == See also == |
Latest revision as of 07:09, 15 February 2023
ssh-keygen -y
reads a private key in OpenSSH format file and print an OpenSSH public key to stdout.
- Generate public key from private key:
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub (no output)
Related[edit]
See also[edit]
ssh-keygen
[-R
,-t
|-p
|-i
|-y | -f | ~/.ssh/id_rsa
|--help ] ~/.ssh/known_hosts
Advertising: