1ce7f0365d0d27eee332ad86450b4c6818531c2b
compute/docker.md
| ... | ... | @@ -27,7 +27,7 @@ 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 $HOME/.ssh/known_hosts in your Dockerfile instead. |
|
| 30 | +If you're _really_ worried about MITM attacks, add the host keys to /var/tmp/user/.ssh/known_hosts in your Dockerfile instead. |
|
| 31 | 31 | |
| 32 | 32 | # Debug |
| 33 | 33 | ## Processes |