Concept Flow - SSH connection basics
Start SSH command
Resolve hostname/IP
Establish TCP connection on port 22
Exchange keys and authenticate
Open secure shell session
User interacts with remote shell
Exit session or disconnect
This flow shows how an SSH command starts, connects to a remote server securely, authenticates, and opens a shell session for user interaction.