From a86e77ad13128844b107a79dfe03d1d751e2ba67 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 21 Feb 2022 14:14:02 +0000 Subject: [PATCH] use localhost --- docs/setup-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.