Creating SSH Keys (Command Line)
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.
Note: You can use the
application GUI to create SSH keys or import existing keys for use with a selected
user account. For instructions, see Creating SSH Keys in the GUI.
To log in into other Aspera servers with public key authentication, you can create key-pairs from the command line, as follows: