Multiple choice technology operating systems

What command allows you to log in to a remote host securely?

  1. ssl

  2. slt

  3. ssh

  4. sl-rem

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SSH (Secure Shell) is the standard protocol and command for securely logging into remote hosts. It provides encrypted communication over an unsecured network. SSL (A) is for secure web connections, while options B (slt) and D (sl-rem) are not standard Unix commands.