Aktionen
Setup ssh¶
https://www.ionos.de/digitalguide/server/konfiguration/ubuntu-ssh/
sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
sudo systemctl status ssh
firewall¶
sudo ufw allow ssh
config ssh¶
sudo vim /etc/ssh/sshd_config
sudo service ssh restart
Von Jeremias Keihsler vor 8 Monaten aktualisiert · 1 Revisionen