Support via SSH

To give support staff of LiveConfig access to your server, please follow these steps:

  1. if not done yet, create the directory /root/.ssh/

  2. add our SSH Public Key:

    root@srv:~# wget -O- https://www.liveconfig.com/ssh.key >> /root/.ssh/authorized_keys
    

  3. open the file /etc/ssh/sshd_config and look for the option PermitRootLogin. Only if this is set to No, change it to without-password and restart the SSH daemon.

When the support case has been closed, you should comment out or remove the SSH key in the authorized_keys file.