Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ssh-keygen [2015/10/30 15:14]
steve
ssh-keygen [2019/05/08 21:56]
steve
Line 8: Line 8:
 <​code>​ <​code>​
 ssh-keygen -y -f id_rsa > id_rsa.pub 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>​ </​code>​