ILIAS-7-Install-Tutorial for Ubuntu 20.04

SSH Login

  • Login: root
  • Passwort: xxxxxxxxxxxx
  • Change root-password (if you want): passwd

Change SSH-Port

  • If you want, change the ssh-port for security reasons:
    • apt-get install nano
    • nano /etc/ssh/sshd_config
    • Edit line 13 like this (choose another number of course, remove the #): Port 1234
    • /etc/init.d/ssh restart
  • Leave ths SSH connection open
  • Create a new one with the new port. If this fails, change the settings to original or try again


No comment has been posted yet.