can anyone point me towards a simple explanation on how I can make my #virtualbox #vm (Debian) accessible to the host machine via SSH?

I can see the internal IP on the VM and also the virtual adapter but whatever I do I cannot SSH in to it..

@gemlog HT 🎓 - got it working using that guide and NAT networking (as I didn't understand the others) - had to open up the port 22 in VM networking, then use the virtual IP address that appears on the *Windows* host (192.168.56.*) *not* the IP the virtual host reports (10.0.2.*) which makes sense as I'm using NAT (in the same way it would work if I've connected to the VM via another router)

#pcode
#devenvironment
#virtualbox
#vm
#networking