Abre Ubuntu / WSL en este ordenador y pega este comando:
sudo apt update -qq && \
sudo apt install openssh-server -y && \
sudo service ssh start && \
grep -q 'service ssh start' /etc/wsl.conf 2>/dev/null || \
printf '\n[boot]\ncommand = service ssh start\n' | sudo tee -a /etc/wsl.conf && \