1. Download
https://alpinelinux.org/downloads/
2. Login with root
3. Change the password
passwd
4. Set temporary IP (static or dhcp)
ifconfig eth0 10.1.1.1
or
udhcpc -i eth0
5. Install the openssh package
apk add openssh
5. View/change SSH config
/etc/ssh/sshd_config
6. Start SSH service
/etc/init.d/sshd start
No comments:
Post a Comment