After creating an instance from an Oracle-provided Oracle Linux image, which two tasks
would you perform to ensure continued SSH access to your instance?
A.
Keep the SSH private key corresponding to the SSH public key specified during
instance creation, to use in case the instance is deleted and re-created.
B.
Create at least one additional user with root access on your instance and generate
separate SSH keys for this user.
C.
Promptly dispose of the SSH private key corresponding to the SSH public key specified
during instance creation.
D.
Disable the SSH key used by the Oracle Public Cloud user to ensure other users can’t
use the same key.
E.
Change the SSH public key in the authorized_keys file of the Oracle Public Cloud user
the first time you log in.
A,B
B and C
A&B or B&C ?
A and B.
No point in disposing private key (C).
Yes you do as a best practice – So B, C
BE
https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/ssh-key-problems.html#GUID-AAC00569-7021-4EB7-8E1F-FA6B8486F4AD
B & E should be correct?
C is wrong – ‘Promptly’?
D is wrong – opc does not own the key
E. is wrong – never edit manually that file
AB is right
What is the correct answer ?!