Generating SSH keys on Linux and Mac
The SSH public key and private key are needed to set up SFTP.
Use the ssh-keygen command to generate the public and private authentication key
pair. Authentication keys allow a user to connect to a remote system without supplying a password.
The default private and public key files are named id_rsa and
id_rsa.pub respectively in the ~/.ssh directory.
Important: Accepted algorithms for the public key are
rsa-sha2-512 and
rsa-sha2-256.Procedure
What to do next
Send the public key to IBM in your onboarding support ticket and the SRE team will place the public key on the server. Keep the private key safe because you will need it to upload files to your environment.