SSH Keys
SSH keys provide a more secure way to authenticate than using passphrases. Console
generally uses SSH keys for two purposes:
- Authentication to administer and configure a node.
- Authentication to make a transfer from one node to another.
- Personal Preferences: Select Preferences from the drop-down menu next to your username in the upper right-hand corner. Then, select the SSH Keys tab.
- Console Configuration: Go to from the Console menu.
The steps to using an SSH key differs if you are using an SSH key to make a
transfer or using one to make a transfer to nodes with endpoints that use SSH keys.
SSH Key Format for Connection and Transfers
When using SSH keys for connection and initiating transfers in IBM Aspera Console, it is important to ensure that the keys have the correct header format.
Required header format
-----BEGIN RSA PRIVATE KEY-----
Generating SSH keys in the correct format
Use the following command to generate a key with the correct header
format:
ssh-keygen -t rsa -b 4096 -m PEM