compute/docker.md
... ...
@@ -28,7 +28,7 @@ If you're pushing/pulling from ssh urls, use the ssh trick above and add this to
28 28
git config --global core.sshCommand 'ssh -o StrictHostKeyChecking=no'
29 29
```
30 30
If you're worried about MITM attacks, add the host pubkeys to /var/tmp/user/.ssh/known_hosts in your Dockerfile instead.
31
-And if you're _really_ worried about MITM attacks, stop reading random wikis you found on the internet looking for advice about ssh/git, and hire someone who knows what they're doing, you moron.
31
+And if you're _really_ worried about MITM attacks, stop reading random wikis you found on the internet looking for advice about ssh/git, and hire someone who knows what they're doing you moron.
32 32
33 33
# Debug
34 34
## Processes