What should be the number of bits in the key that must …

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?

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?

A.
1014

B.
2024

C.
2048

D.
1234

Explanation:
To generate an SSH key pair on UNIX and UNIX-like platforms using the ssh-keygenutility:
Etc.
Using Oracle Database Cloud Service (February 2017), page 3-3
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-databasecloud-service.pdf



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Blabla

Blabla

C

2048 bits

…. From using Dbcs pdf.

Run the ssh-keygen utility, providing as filename your choice of file name for the
private key:
$ -b 2048 -t rsa -f filename

…. From ssh-keygen man page:

-b bits
Specifies the number of bits in the key to create. For RSA keys, the minimum size is 768 bits and the default is 2048 bits. Generally, 2048 bits is considered sufficient. DSA keys must be exactly 1024 bits as specified by FIPS 186-2.