docs/journals/2023_02_28.md
2023-03-02 07:39:31 +01:00

3 lines
221 B
Markdown

- Generate Secure ssh key ``ssh-keygen -t ed25519 -a 100``
- https://security.stackexchange.com/questions/143442/what-are-ssh-keygen-best-practices
- Make sure the rights are correct for the files ``chmod 0700 ~/.ssh``