nerdexam
Oracle

1Z0-160 · Question #9

The first step to connecting to Oracle Cloud is generating an SSH key pair. To generate a key pair on a Unix or Linux machine, you would run the ssh-keygen utility. What should be the number of bits…

The correct answer is C. 2048. To generate an SSH key pair on UNIX and UNIX-like platforms using the ssh-keygen utility: 1. Navigate to your home directory: 2. Run the ssh-keygen utility, providing as filename your choice of file name for the private key: $ ssh-keygen -b 2048 -t rsa -f filename The…

Deploying Forms Applications

Question

The first step to connecting to Oracle Cloud is generating an SSH key pair. To generate a key pair on a Unix or Linux machine, you would run the ssh-keygen utility. What should be the number of bits in the key that must be created?

Options

  • A1014
  • B2024
  • C2048
  • D1234

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    86% (24)
  • D
    4% (1)

Explanation

To generate an SSH key pair on UNIX and UNIX-like platforms using the ssh-keygen utility: 1. Navigate to your home directory: 2. Run the ssh-keygen utility, providing as filename your choice of file name for the private key: $ ssh-keygen -b 2048 -t rsa -f filename The ssh-keygen utility prompts you for a passphrase for the private key. 4. Enter a passphrase for the private key, or press Enter to create a private key without a Using Oracle Database Cloud Service (February 2017), page 3-3 https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-

Topics

#SSH key pair#ssh-keygen#2048-bit key#Oracle Cloud access

Community Discussion

No community discussion yet for this question.

Full 1Z0-160 Practice