Oracle Cloud Infrastructure 2019 Cloud Operations Associate — Question 13
Which two statements are true about the SSH tunnels within a Database as a Service (DBaaS) Cloud environment?
Answer options
- A. The SSH tunnel must be selected by an access rule to enable remote access.
- B. The server must hold the SSH public and private keys in the SSH authorized_keys file.
- C. DBaaS provides a centralized key server for all SSH connections.
- D. The client must provide the server with the SSH private key.
Correct answer: A, D
Explanation
Option A is correct as SSH tunnels require an access rule for remote access. Option D is also correct since the client must supply the server with its SSH private key for authentication. Options B and C are incorrect; the server does not necessarily hold both keys in the authorized_keys file, and DBaaS does not inherently provide a centralized key server for SSH connections.