Possible solution:
(1) Ensure that the VirtualBox Network Configuration has the SSH port entry.
run command:
sudo apt update
and then:
sudo apt install openssh-server
check the status:
sudo systemctl status ssh
(to stop the server, press q)
If the firewall is active, allow SSH to pass through it:
sudo ufw allow ssh
A successful connection to the Guest SSH Server would have the following output:
No comments:
Post a Comment