Skip to content

Connect to Shibboleth Servers via SSH

This guide explains how to connect to the Shibboleth servers via SSH.

Prerequisites

Steps

  1. Connect to the VPN

  2. Connect to one of the Shibboleth instances via SSH:

    Instance 1:

    ssh <username>@ec2-3-67-78-187.eu-central-1.compute.amazonaws.com
    

    Instance 2:

    ssh <username>@ec2-52-57-79-135.eu-central-1.compute.amazonaws.com
    

    Replace <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 is johndoe.pub, your username is johndoe).