You have generated a DSA authentication key on host linux1. In order to log into host linux2 with
the new key, what do you need to do?
A.
Copy the new authentication key into /etc/ssh/sshd_config on linux2.
B.
Copy the new authentication key into $HOME/.ssh/authorized_keys on linux2.
C.
Copy the new authentication key into $HOME/.ssh/id_dsa on linux2.
D.
Copy the new authentication key into $HOME/.ssh/id_dsa on linux1.
E.
Log into linux2 using the command ssh –key.