diff --git a/docs/base_boxes.md b/docs/base_boxes.md index ad4978872..d1d1eb826 100644 --- a/docs/base_boxes.md +++ b/docs/base_boxes.md @@ -200,6 +200,16 @@ If this box is meant to be private, we recommend you create your own custom pair of keys and set that up. Users of your box can then specify the private key you created by setting `config.ssh.private_key_path`. +
+ In order to keep SSH access speedy even when your host computer can't
+ access the internet, be sure to set UseDNS
to no
+ in /etc/ssh/sshd_config
. This will disable DNS lookup of
+ clients connecting to the server, which speeds up SSH connection.
+