Knowledge is light and ignorance is darkness
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
No comments:
Post a Comment