docs: note that connecting to vagrant should be done via vagrant ssh

Refs #5583
This commit is contained in:
Jose Diaz-Gonzalez
2023-01-14 23:13:05 -05:00
parent 9654b99992
commit e98c95c45e

View File

@@ -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