Update README.md
This commit is contained in:
@@ -29,6 +29,14 @@ On linux, <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>u</kbd>, then, while holding
|
|||||||
<kbd>ctrl</kbd>+<kbd>shift</kbd>, typing <kbd>b</kbd>+<kbd>0</kbd> will type a
|
<kbd>ctrl</kbd>+<kbd>shift</kbd>, typing <kbd>b</kbd>+<kbd>0</kbd> will type a
|
||||||
° (degree) symbol. Also you can enter any unicode symbol this way.
|
° (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
|
## Important Dates and Times
|
||||||
|
|
||||||
- Machine updates happen at 4am on on Saturday
|
- Machine updates happen at 4am on on Saturday
|
||||||
|
|||||||
Reference in New Issue
Block a user