April 2019
Intermediate to advanced
508 pages
11h 57m
English
As an enhanced security measure, OpenSSH server comes with root login disabled by default. Enabling this is a straightforward process and involves editing a configuration file, /etc/ssh/sshd_config:

The critical parts of this are the two entries:
Once you are done performing the changes, you will need to restart the ssh service:
sudo service ssh restart
With that, our Kali Machine on the cloud is up and running and can ...
Read now
Unlock full access