mirror of
https://github.com/kevinveenbirkenbach/hetzner-arch-luks.git
synced 2024-11-24 02:31:04 +01:00
Activated sshd
This commit is contained in:
parent
9341ab6cdd
commit
a79551d867
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user