ad246971f35c04baa9f056260143c6bbb4496e1c
compute/docker.md
| ... | ... | @@ -27,7 +27,8 @@ If you're pushing/pulling from ssh urls, use the ssh trick above and add this to |
| 27 | 27 | ``` |
| 28 | 28 | git config --global core.sshCommand 'ssh -o StrictHostKeyChecking=no' |
| 29 | 29 | ``` |
| 30 | -If you're _really_ worried about MITM attacks, add the host keys to /var/tmp/user/.ssh/known_hosts in your Dockerfile instead. |
|
| 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 | 32 | |
| 32 | 33 | # Debug |
| 33 | 34 | ## Processes |