4.1 ssh

ssh has a simple mode of operation:

ssh username@hostname

This command opens a shell connection to hostname using username as the user for authentication purposes. As we’ll see later, there is much more that can be done with the ssh client.