From b615d0c291d2c346004c540e190ae944b9e9d8fb Mon Sep 17 00:00:00 2001 From: zeratul1 Date: Fri, 2 Apr 2021 09:42:04 +0800 Subject: [PATCH] incorrect password for root the password for root should be passw0rd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecbb139..f2dec30 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker network create lab To connect to the remote git from your local git, you need to generate SSH key and add the public key to the remote git. -The image `morningspace/lab-git-local` has already created a default one for you. After launch the local git, you will see the welcome message with the public key output to the terminal. Copy the key and login to the remote git using `root:password`: +The image `morningspace/lab-git-local` has already created a default one for you. After launch the local git, you will see the welcome message with the public key output to the terminal. Copy the key and login to the remote git using `root:passw0rd`: ``` ssh root@my-git-remote ```