# Keep my SSH keys safe

Read this post https://readit.site/a/HWXNl from https://github.com/ryan4yin

Use this command

```bash
ssh-keygen -t ed25519 -a 256 -C "xxx@xxx"
```


相关：[[git-ssh-signing-key|git-ssh-signing-key]]
