Where can a user's public ssh key be added on the Oracle Cloud Infrastructure Console in order to execute API calls? (Choose the best answer.)
Click on the arrows to vote for the correct answer
A. B. C. D.D.
The correct answer is D. Navigate to Identity, select Users panel on the console and select Add Public Key.
SSH keys are used for secure authentication to a remote server or application. When making API calls to an Oracle Cloud Infrastructure service, users are required to provide authentication credentials. One of the ways to authenticate is by using SSH keys.
To add a public SSH key on the Oracle Cloud Infrastructure Console, follow these steps:
Once the public SSH key is added, the user can use it to authenticate API calls to Oracle Cloud Infrastructure services. It is important to note that SSH keys can only be added by a user with sufficient privileges, such as the tenancy administrator or a user with the required IAM policies.