Friday, February 21, 2025

Mengaktifkan SSH pada ubuntu 24.04

 sudo apt update

sudo apt install openssh-client openssh-server -y


sudo systemctl start ssh

sudo systemctl enable ssh


sudo ufw enable

sudo ufw allow 22

sudo ufw reload


link
greenwebpage.com/community/how-to-enable-ssh-on-ubuntu-24-04/

No comments:

Post a Comment