Articles in this section

How to provide SolusVM support with access to the server?

Applicable to:

  • SolusVM

Question

How to provide SolusVM Support with access to the server?

Answer

IP Restriction

Access must be IP-restricted to the addresses specified below. Access that isn't IP-restricted may be rejected or removed.

SSH Key Access
  1. Connect to the server via SSH
  2. Make sure PubkeyAuthentication is enabled in SSH configuration

    # sed -i '/PubkeyAuthentication/c\PubkeyAuthentication yes' /etc/ssh/sshd_config

  3. Validate the config file after changes:

    # sshd -t

    Warning: in case of any error messages above, review them closely before proceeding with the next step.

  4. Restart sshd service:

    # service sshd restart

  5. Download the script:

    # curl -o install_accesskey.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/install_accesskey.sh

  6. Install public key:

    # sh install_accesskey.sh add

  7. Restart sshd service:

    # service sshd restart

  8. Keys may be removed after conclusion of support incident using the command below:

    # sh install_accesskey.sh remove

Management Console Access
  1. Create a temporary login/password for investigating only the current issue.
  2. Login to the Client Area at https://www.soluslabs.com/clients/clientarea.php 
  3. Add server access as a reply to the ticket:  mceclip0.png
  4. Disable or remove the temporary account once the support incident is resolved.
     

Note: If remote access to the server is limited with firewall, please make sure that it is allowed from SolusVM Support IP addresses:
195.214.233.0/24
91.204.24.0/22
104.30.179.199
104.30.174.141
2a09:bac0:1001:68e::/64
2a09:bac0:1000:16c2::/64

Was this article helpful?

Comments

1 comment
Date Votes
  • 91.204.25.0/22 in step 2 Add server access as a reply to the ticket: is not a valid subnet. What are the subnets on 91.204.24.0 and 91.204.25.0 supposed to be?

    0

Please sign in to leave a comment.