ILIAS-7-Install-Tutorial for Ubuntu 20.04
SSH Login
- Establish a SSH-connection
- Download putty, if you use Windows: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Use Terminal if you use MacOS or linux. Example:
ssh 176.28.8.65 -l root
- Download putty, if you use Windows: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Use Terminal if you use MacOS or linux. Example:
ssh 176.28.8.65 -l root
- 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