Connect to Shibboleth Servers via SSH
This guide explains how to connect to the Shibboleth servers via SSH.
Prerequisites
- VPN access to the Statista network
- Your public SSH key added to the CPE SSH public keys repository (and copied to the server)
Steps
-
Connect to the VPN
-
Connect to one of the Shibboleth instances via SSH:
Instance 1:
ssh <username>@ec2-3-67-78-187.eu-central-1.compute.amazonaws.comInstance 2:
ssh <username>@ec2-52-57-79-135.eu-central-1.compute.amazonaws.comReplace
<username>with your username, which matches the filename of your public key in the CPE SSH public keys repository (e.g., if your key file isjohndoe.pub, your username isjohndoe).