From e98c95c45e619b4ff45a8a4ce83cfffb035459dd Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 14 Jan 2023 23:13:05 -0500 Subject: [PATCH] docs: note that connecting to vagrant should be done via vagrant ssh Refs #5583 --- docs/getting-started/install/vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/install/vagrant.md b/docs/getting-started/install/vagrant.md index dc79175b6..b3d48521f 100644 --- a/docs/getting-started/install/vagrant.md +++ b/docs/getting-started/install/vagrant.md @@ -38,7 +38,7 @@ > For users that have customized the IP address of their VM - either in a custom `Vagrantfile` or via the `DOKKU_IP` environment variable - and are not using `10.0.0.2` for the Vagrant IP, you'll need to instead use the output of `vagrant ssh-config dokku` for your `~/.ssh/config` entry. -6. Connect to the server and add your ssh key to the install. Additionally, set the global domain name to `dokku.me`. +6. Connect to the server via `vagrant ssh` and add your ssh key to the install. Additionally, set the global domain name to `dokku.me`. ```shell # usually your key is already available under the current user's `~/.ssh/authorized_keys` file