mirror of
https://github.com/kevinveenbirkenbach/hetzner-arch-luks.git
synced 2025-09-10 19:57:12 +02:00
Activated sshd
This commit is contained in:
@@ -124,6 +124,13 @@ The following links may help to solve the problem:
|
|||||||
cp -v ~/.ssh/authorized_keys /etc/dropbear/root_key
|
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
|
#### 3.3 Regenerate OpenSSH keys
|
||||||
:minidisc: :
|
:minidisc: :
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user