- Buka terminal
- Ketikkan perintah : $sudo apt-get install openssh-server
- Enable service ssh : $sudo systemctl enable ssh
- Jalankan service ssh : $sudo systemctl start ssh
- Tes Login : $ssh userName@Your-server-name-IP
- Untuk melihat status service jalan atau tidak : $sudo systemctl status ssh
- Konfigurasi firewall dengan membuka port ssh : $sudo ufw allow ssh, $sudo ufw enable, $sudo ufw status
Visited 4 times, 1 visit(s) today