CompTIA Exam Questions

Which of the following commands should be used to allow SSH (Secure Shell) to connect to a server wi

Which of the following commands should be used to allow SSH (Secure Shell) to connect to a server with IP address 192.168.0.100?

A.
ssh -6 -l user 192.168.0.100

B.
sshd -l user 192.168.0.100

C.
ssh -l user 192.168.0.100

D.
sshd -6 192.168.0.100