December 2018
Beginner
320 pages
8h 57m
English
Following are the examples to illustrate the basic usage of ssh command:
$ ssh <hostname_or_ip_address>

$ ssh <username>@<hostname_or_ip_address>or $ ssh -l <username> <hostname>
An example of execution of ssh command as different user is shown in the following screenshot:
Read now
Unlock full access