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
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
I agree with the answer. A