Activated sshd

This commit is contained in:
Kevin Veen-Birkenbach 2020-05-15 09:38:17 +02:00
parent 9341ab6cdd
commit a79551d867

View File

@ -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