Before we can access your server you must first install our SSH public key. You must do the following on EACH server you wish for us to access.
In SSH as root do the following:
cd /tmp wget https://webserver.eu.com/accesskey.sh sh accesskey.sh add
Once the script has run the key will be installed. You can now submit your servers IP and SSH port to our support team.
Please note: We don't require the root password
To remove our SSH key do the following:
cd /tmp sh accesskey.sh remove
rm -f accesskey.sh
Once the script has run the key will be removed.