Files
obsidian/HomeLab/Linux Befehle.md
T

31 lines
321 B
Markdown

# Allgemein
## Enable root ssh
```
nano /etc/ssh/sshd_config
```
Folgende Zeile entsprechend anpassen:
```
PermitRootLogin yes
```
```
systemctl restart sshd
```
---
## ZFS Pool zuweisen
```
chmod -R 777 /wd/media
pct set 105 --mp1 /wd/media,mp=/root/metube/media
pct set 108 --mp1 /wd/media,mp=/mnt/media
```