From b9c1cb6e96e54921db2f0db9aa5df8b43a7b7bbe Mon Sep 17 00:00:00 2001 From: weiyu Date: Thu, 14 Jan 2021 11:31:04 -0800 Subject: [PATCH] Change permission of the ssh key --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9ad2687..a0b6261 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ docker start -ia tsan11-tsan11rec-container Then in a different terminal in the same directory: ```bash +# Change permission of the key +chmod 600 insecure_key + # To find the IP address of the container: docker inspect tsan11-tsan11rec-container -- 2.34.1