Install dan Mengaktifkan SSH di Debian 10
Install SSH Update reposetory
sudo apt-get update
Install openssh-server
sudo apt-get install openssh-server
Cek status ssh
sudo systemctl status sshd
File config
nano /etc/ssh/sshd_config
Restart service ssh
sudo systemctl restart sshd
Menghentikan service ssh
sudo systemctl stop sshd
Menjalankan service ssh
sudo systemctl start sshd