From 5f3904269a5ded53368403ba12abc2dd3dddc19a Mon Sep 17 00:00:00 2001 From: Andreas Eriksen Date: Wed, 26 Feb 2025 14:56:01 +0100 Subject: [PATCH] mention .ssh/authorized_keys file permissions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc5f1a..3d0f5e0 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,9 @@ then, execute an interactive shell on the container: docker exec -it vespa-dev-almalinux-8 /bin/bash -Inside the shell, check if there are any host keys: +Inside the shell, make sure that the home directory, .ssh directory and the authorized_keys file are readable by the ssh daemon. + +Still problems? Inside the shell, check if there are any host keys: ls -l /etc/ssh