From 8e9aecf07befa6d078623e26e6a7ba11ecfbb12d Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 6 Aug 2025 02:31:30 +0000 Subject: [PATCH] =?UTF-8?q?Alpine=20Install=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alpine-Install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Alpine-Install.md diff --git a/Alpine-Install.md b/Alpine-Install.md new file mode 100644 index 0000000..2675c85 --- /dev/null +++ b/Alpine-Install.md @@ -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` \ No newline at end of file