From a79551d8672a647f4a45a1867da3c4bdb4ce60c5 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Fri, 15 May 2020 09:38:17 +0200 Subject: [PATCH] Activated sshd --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e13b644..59db85b 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,13 @@ The following links may help to solve the problem: cp -v ~/.ssh/authorized_keys /etc/dropbear/root_key ``` + +```bash +chmod 700 ~/.ssh +chmod 600 ~/.ssh/authorized_keys +systemctl enable sshd +``` + #### 3.3 Regenerate OpenSSH keys :minidisc: : ```bash