From bf68962ee1d66be6c960ecb87a3d18c8958889f0 Mon Sep 17 00:00:00 2001 From: Stephen Hepner <5170785+shepner@users.noreply.github.com> Date: Fri, 24 Jul 2020 15:06:07 -0500 Subject: [PATCH] Update README.md --- Engine/Ubuntu/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/Ubuntu/README.md b/Engine/Ubuntu/README.md index 1433cf2..90538eb 100644 --- a/Engine/Ubuntu/README.md +++ b/Engine/Ubuntu/README.md @@ -31,6 +31,7 @@ ssh docker@$DHOST "chmod 600 .ssh/docker_rsa" scp ~/.ssh/config docker@$DHOST:.ssh/ ``` This might also be a good point to update `~/.ssh/config` so specifying the user ID and identity file is not needed + 7. ssh to the host `ssh docker@host>` and [disable the local dns listener](https://mmoapi.com/post/how-to-disable-dnsmasq-port-53-listening-on-ubuntu-18-04) (might require a reboot) ``` shell #sudo netstat -tulnp | grep 53