Problem Statement
Which command connects to a remote Linux machine using SSH?
Explanation
SSH (Secure Shell) connects securely to remote systems over the network.
It encrypts both authentication and data transfer to protect communication from eavesdropping.
Code Solution
SolutionRead Only
ssh user@192.168.1.10
Practice Sets
This question appears in the following practice sets: