OpenSSH Server #
- Install the OpenSSH server
sudo apt update sudo apt install ssh
- Start and enable the SSH service
sudo systemctl start ssh sudo systemctl enable ssh sudo systemctl status ssh
- SSH configuration
sudo vi /etc/ssh/sshd_config sudo systemctl restart ssh