SSH (Secure Shell) — is a network protocol that allows you to connect to a remote server and execute commands on it.
Let's learn how to connect to a server and read files:
- ssh — connecting to the server
- cd and ls — changing directories and displaying file names
- cat and tail — reading files
- application log files