125k views
3 votes
What programs could you use to remotely interact with a Linux system?

A) SSH (Secure Shell)
B) FTP (File Transfer Protocol)
C) HTTP (Hypertext Transfer Protocol)
D) SCP (Secure Copy)

1 Answer

2 votes

Final answer:

The programs that can be used to remotely interact with a Linux system are SSH, SCP, and FTP.

Step-by-step explanation:

The programs that can be used to remotely interact with a Linux system are:

  1. SSH (Secure Shell): This is a secure network protocol that allows you to access and manage a remote Linux system securely. It provides an encrypted connection and supports various authentication methods.
  2. SCP (Secure Copy): It allows you to securely transfer files between your local machine and a remote Linux system. SCP uses SSH for the secure transfer of files.
  3. FTP (File Transfer Protocol): Although less commonly used nowadays, FTP can still be used to remotely interact with a Linux system. It is a standard network protocol used for file transfer over a TCP-based network.

User Concetta
by
8.6k points