Checklist sau khi cài Server Linux

1. Add SSH-key: nano ~/.ssh/authorized_keys 2. Disable Authentication no: nano /etc/ssh/sshd_configPasswordAuthentication noPermitRootLogin prohibit-passwordhoặcPermitRootLogin without-passwordAllowUsers (chỉ cho phép root login ssh) 3. Đặt password root: passwd root 4. Change hostname: /etc/hostname…