ssh
Purpose
Section titled “Purpose”Connects to a service using ssh.
ssh [USER@PASSWORD] [IP] (PORT)Arguments
Section titled “Arguments”- USER — specify the user you want to connect as
- PASSWORD — specify the password of the user
- IP — specify the IP of the server
- (PORT) — by default ssh tries to connect to port 22, specify a port if the ssh serverice is not on port 22
Examples
Section titled “Examples”ssh root@password 177.58.127.159 22Result:
Connects to a machine using ssh.