In order to generate a pair of asymmetric keys to use during an SSH connection, please choose the
correct command to use?
A.
ssh-keygen -t dsa
B.
ssh-agent
C.
sshd
D.
ssh-agent -t dsa
E.
ssh-keyscan -t dsa
Explanation:
From the man pages:
ssh-keygen — authentication key generation, management and conversion
-t type Specifies the type of key to create. The possible values are “rsa1” for protocol version 1 and
“rsa” or “dsa” for protocol version 2.