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:
- 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.
- 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.
- 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.