Which of the following is the correct way to specify the algorithm for an SSH (Secure Shell) connection to 10.10.10.1?

Which of the following is the correct way to specify the algorithm for an SSH (Secure Shell) connection to 10.10.10.1?

Which of the following is the correct way to specify the algorithm for an SSH (Secure Shell) connection to 10.10.10.1?

A.
ssh -c 3des 10.10.10.1

B.
ssh –crypto=3des 10.10.10.1

C.
ssh -a 3des 10.10.10.1

D.
ssh –alg=3des 10.10.10.1



Leave a Reply 1

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


seenagape

seenagape

I agree with the answer. A