[bootlin/training-materials updates] master: labs/sysdev-application-development-and-debugging: fix /root permissions for ssh (4b049bc3)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 21 18:13:19 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/4b049bc3c98ccdffecdd958d30aacfb8d44dd80f

>---------------------------------------------------------------

commit 4b049bc3c98ccdffecdd958d30aacfb8d44dd80f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 21 18:13:19 2022 +0200

    labs/sysdev-application-development-and-debugging: fix /root permissions for ssh
    
    Otherwise password-less SSH won´t work
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

4b049bc3c98ccdffecdd958d30aacfb8d44dd80f
 .../sysdev-application-development-and-debugging.tex                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index 6fb892f2..7e88453e 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -252,7 +252,7 @@ simple:
   \item Then, fix permissions on the target, as Dropbear is quite strict
         about them:
         \begin{bashinput}
-# chmod go-rwx /root
+# chmod -R go-rwx /root
 # chown -R root.root /root
         \end{bashinput}
 \end{itemize}




More information about the training-materials-updates mailing list