Merge pull request #5590 from dokku/5583-vagrant-ssh

Note that connecting to vagrant should be done via vagrant ssh
This commit is contained in:
josegonzalez
2023-01-14 23:13:22 -05:00
committed by GitHub

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