Ubuntu for Raspberry Pi doesn’t have SSH installed or enabled. To connect to a Pi remotely you will need to type sudo apt install openssh-server to install it, and then sudo systemctl enable ssh to start the service every time the Pi boots.
Ubuntu for Raspberry Pi doesn’t have SSH installed or enabled. To connect to a Pi remotely you will need to type sudo apt install openssh-server to install it, and then sudo systemctl enable ssh to start the service every time the Pi boots.