From aa3f4b02d40ac023ac9897b8a25425c6717babc5 Mon Sep 17 00:00:00 2001 From: Nikita Panin Date: Fri, 13 Dec 2024 13:08:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a67ba203..133f4a56 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Note: *It may take up to 1 minute for the container to initialize properly the f ssh root@localhost -p 2222 # password: 1234 ``` > [!NOTE] -> If you see a 'REMOTE HOST IDENTIFICATION HAS CHANGED' error - `ssh-keygen -R [localhost]:2222` +> If you see a 'REMOTE HOST IDENTIFICATION HAS CHANGED' error - `ssh-keygen -R "[localhost]:2222"` > > If you are asked 'Are you sure you want to continue connecting' - type `yes` and hit ``