Alpine Install hinzugefügt
22
Alpine-Install.md
Normal file
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`
|
||||
Reference in New Issue
Block a user