1. July 2021
Activate SSH on Debian
In this basic tutorial I’ll show you how to activate SSH on Debian VM. The /etc/ssh/sshd_config contains SSH configuration information for our Debian VM. We need to edit this File with vim or nano (preferred) editor. Login into your Debian 10 virtual machine as User or Root. If you are root, you don’t need to use sudo: Sample Output: We need to add a new […]