Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on ssh-keygen

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Use the following command to generate new RSA keys without prompt questions.

ssh-keygen -q -y -t rsa -N '' -f ~/.ssh/id_rsa

Comments