How to connect start with installing openssh server
TUTORIAL
How To Ssh Into Ubuntu VM Virtualbox From Host Machine - DEV Community
[https://dev.to/yassineselllami/how-to-ssh-into-ubuntu-vm-virtualbox-from-host-machine-1kii]
sudo apt update # allways good :) its kinda like 'did you turn it on and off again?'
sudo apt install openssh-server
sudo