Skip to content

ssh

Connects to a service using ssh.

Terminal window
ssh [USER@PASSWORD] [IP] (PORT)
  • 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
Terminal window
ssh root@password 177.58.127.159 22

Result:
Connects to a machine using ssh.