Which parameter of the ssh command specifies the location of the private key used for login attempts?

FILL BLANK
Which parameter of the ssh command specifies the location of the private key used for login attempts? (Specify only the option name without any values or parameters.)
A. ssh-keygen

Download Printable PDF. VALID exam to help you PASS.

5 thoughts on “Which parameter of the ssh command specifies the location of the private key used for login attempts?

  1. IdentityFile is the right answer. It is an option of the ssh command : IdentityFile
    Specifies a file from which the user’s RSA or DSA authentication identity is read. The default is ~/.ssh/identity for protocol version 1, and ~/.ssh/id_rsa and ~/.ssh/id_dsa for protocol version 2. Additionally, any identities represented by the authentication agent will be used for authentication.

  2. no ssh-keygen ist right.
    IdentityFile is an entry in the ssh configfile. test it with:
    cat /etc/ssh/ssh_config

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.