.. / ssh

Secure Shell (SSH) is a network protocol for securely logging in and executing commands on a remote system. The user must authenticate using credentials or key files. SSH is generally used to access Unix-like operating systems, but it can also be used on Microsoft Windows. Windows 10 uses OpenSSH as its default SSH client and SSH server.

Shells

A shell is a user interface for access to an operating system’s services. Different services allow sending commands to remote hosts across networks. A shell can also refer to an active session / connection to a target.