Testing

SSH Connection

To use log in the Aspera AMI instance through SSH, access the server with the address and the downloaded private key. The following info is the example from this document:

Item Value from the Example
Address 77.77.77.77
SSH Port Number 33001
Login admin
Private Key File ~/.ssh/asp1.pem

In this example, execute the following command to log in:

$ ssh admin@77.77.77.77 -p 33001 -i ~/.ssh/asp1.pem