ssh
Linux
Windows
Networking
@see man ssh
ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to provide secure encrypted communications between two untrusted hosts over an insecure network.
Usage
Basic usage of the command, you will be prompted to provide the password of the user.
ssh username@hostname
ssh username@192.168.1.200
Specify the ssh port on the remote host, by default is 22.
ssh username@hostname -p 22000