Generating keys¶
Coming soon
This page is a stub. For now, generate keys with ssh-keygen from a terminal and import them:
bash
ssh-keygen -t rsa -b 4096 -m PEM -f ~/.ssh/cleat_id_rsa
The -m PEM flag is important — see Key formats for why.
Coming soon
This page is a stub. For now, generate keys with ssh-keygen from a terminal and import them:
bash
ssh-keygen -t rsa -b 4096 -m PEM -f ~/.ssh/cleat_id_rsa
The -m PEM flag is important — see Key formats for why.