Alpine Install hinzugefügt

2025-08-06 02:31:30 +00:00
parent 177db4bb7c
commit 8e9aecf07b

22
Alpine-Install.md Normal file

@@ -0,0 +1,22 @@
- [x] Download Alpine (Extended-Version): https://www.alpinelinux.org/downloads/
- [x] Mount ISO and boot up your maschine
- [x] Login to Live-OS with user: `root` and `blank/no` password
- [x] run command `setup-alpine`
- [x] Follow install instructions (on hostname enter the FQDN, on sshd-daemon select openssh, on disk configuration select `sys`)
- [x] Reboot system with command `reboot`
- [x] Login with root / selected Password
- [x] Add default text-editor with `apk add nano`
- [x] Allow access via SSH with password by entering `nano /etc/ssh/sshd_config`
- [x] Find the Line `#PermitRootLogin prohibit-password` and replace it with `PermitRootLogin yes`
- [x] Restart sshd server with `service sshd restart`