Knowledgebase
Add support SSH key to my server
When our staff will perform technical work on your server, it is desirable that our Support SSH key be added to your server.
This allows us easy access to your server. This support key will be removed after our work is completed. The support key can be added as follows:
curl https://spectraip.net/assets/scripts/support-key | sh -s
If curl is not installed, for example on Debian minimal:apt update && apt install curl -y