diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 055af32c..7871abd9 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -15,7 +15,7 @@ To run the commands in the rest of this setup guide, either `ssh` into the Virtu You can ssh into the VirtualBox VM set up with the port forwarding described above like so, where `` is the name you set up during the installation of Ubuntu (you can type `whoami` in the Ubuntu terminal to remind yourself of this). ``` -ssh @127.0.0.1 -p 4022 +ssh @localhost -p 4022 ``` First upgrade the installed packages to the latest versions, to remove any security warnings.