SSH installieren

# Update the package list
sudo apt update
# Install the OpenSSH server
sudo apt install openssh-server
sudo systemctl start ssh
# Enable the SSH service to start on boot
sudo systemctl enable ssh

Konfigurieren

https://www.devtutorial.io/how-to-enable-ssh-password-login-on-ubuntu-22-04-p3177.html

sudo reboot

Bei Problemen mit Login: Hier ist das Log auf dem Server SSH Log:

sudo tail -f /var/log/auth.log