diff --git a/README.md b/README.md index 998de15..c311111 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ On linux, ctrl+shift+u, then, while holding ctrl+shift, typing b+0 will type a ° (degree) symbol. Also you can enter any unicode symbol this way. +To generate an SSH key with the correct comment and type run: + +```bash +KEYGEN_USER=myuser +KEYGEN_HOST=something.com +ssh-keygen -C ${KEYGEN_USER}@{KEYGEN_HOST} -f ~/.ssh/id_${KEYGEN_HOST} -t ed25519 +``` + ## Important Dates and Times - Machine updates happen at 4am on on Saturday