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
You must be logged in to post a comment.
I agree with the answer. A
0
0