Grundinstallation eines Linux-Hosts in der Klenzel-Umgebung
|
|
il y a 1 an | |
|---|---|---|
| Readme.md | il y a 1 an | |
| grundinstallation.sh | il y a 2 ans |
SSH-Port ändern:
systemctl disable ssh.socket
systemctl stop ssh.socket
sed -i 's@#Port 22@Port 4711@g' /etc/ssh/sshd_config
sed -i 's@#PermitRootLogin prohibit-password@PermitRootLogin yes@g' /etc/ssh/sshd_config
reboot
Installation:
ggf. raspi-config
date -s "2022-01-12 07:43" #Daten anpassen!
apt install git -y
cd ~
git clone http://git.klenzel.net/daniel/grundinstallation
bash grundinstallation/grundinstallation.sh
passwd pi / passwd loginuser
passwd root