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