1. Buka terminal
  2. Ketikkan perintah : $sudo apt-get install openssh-server
  3. Enable service ssh : $sudo systemctl enable ssh
  4. Jalankan service ssh : $sudo systemctl start ssh
  5. Tes Login : $ssh userName@Your-server-name-IP
  6. Untuk melihat status service jalan atau tidak : $sudo systemctl status ssh
  7. Konfigurasi firewall dengan membuka port ssh : $sudo ufw allow ssh, $sudo ufw enable, $sudo ufw status

Visited 4 times, 1 visit(s) today
Leave a Comment on Install OpenSSH di Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *