Creating SSH Keys in the GUI
Public key authentication (SSH Key) is a more secure alternative to password authentication that allows users to avoid entering or storing a password, or sending it over the network. Public key authentication uses the client computer to generate the key pair (a public key and a private key). The public key is then provided to the remote computer's administrator to be installed on that machine. To use your Aspera product's transfer-client functionality with public key authentication, follow the steps below.
You can use the application GUI to generate key pairs and to import existing key pairs. You can also generate key pairs using the command line; for instructions, see Creating SSH Keys (Command Line).
Importing keys:
To import keys created outside the GUI, go to Tools > Manage
Keys to open the SSH Keys dialog. Click the
button in the upper-left corner of the dialog to open a file browser. You can import
the key pair by selecting either the private key or the public key; this will copy
both keys into the user's .ssh directory. You cannot import a key pair if a
key pair with the same identity already exists in the .ssh directory.
Imported key pairs can be shared with other users. In the SSH Keys dialog, select a key and
click the
button to open the Edit SSH Key
Pair dialog. Select Access to allow shared
connections to use this key. Shared keys are moved to the Enterprise Server
etc directory.
