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 **
 +
 +<code>
 +ssh-keygen -y -f id_rsa > id_rsa.pub
 +</code>
 +
 +** Convert pubkey format **
 +
 +Convert from pubkey with ''---- BEGIN SSH2 PUBLIC KEY ---'' to one-line:
 +
 +<code>
 +ssh-keygen -i -f beandog_rsa.pub
 +</code>

Navigation
QR Code
QR Code ssh-keygen (generated for current page)