Differences
This shows you the differences between two versions of the page.
— | ssh-keygen [2019/05/09 03:56] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== ssh-keygen ====== | ||
+ | * [[OpenSSH]] | ||
+ | * [[ssh]] | ||
+ | |||
+ | ** Re-create the public key from a private key ** | ||
+ | |||
+ | < | ||
+ | ssh-keygen -y -f id_rsa > id_rsa.pub | ||
+ | </ | ||
+ | |||
+ | ** Convert pubkey format ** | ||
+ | |||
+ | Convert from pubkey with '' | ||
+ | |||
+ | < | ||
+ | ssh-keygen -i -f beandog_rsa.pub | ||
+ | </ |