Status at 2024-10-10:
- Download the newest Debian - Debian 12.7.0.
- Install it on a PC or VM or wherever you want to run Kubernetes.
- Enable root login
vim /etc/ssh/sshd_config
add linePermitRootLogin yes
, changePasswordAuthentication no
toPasswordAuthentication yes
thensudo service sshd restart
.