diff --git a/wiki/pages/ssh.md b/wiki/pages/ssh.md index 293e3af..aab92bd 100644 --- a/wiki/pages/ssh.md +++ b/wiki/pages/ssh.md @@ -117,15 +117,15 @@ pick your fighter: [[mac](#mac)] | [[windows](#windows-10)] | [[linux](#linux)] 1. create your .ssh directory: -```bash -mkdir -m 700 ~/.ssh -``` + ```bash + mkdir -m 700 ~/.ssh + ``` 1. create your keys: -```bash -ssh-keygen -t ed25519 -a 100 -``` + ```bash + ssh-keygen -t ed25519 -a 100 + ``` 1. if you press enter to accept the defaults, your public and private key will be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively