SSH Command to access Linux Server

If you’re allowed SSH access to your hosting account the command via programs like Terminal (Mac) or Putty (Windows) is:

ssh -l username serverIP

Note: replace ‘username’ with your username and ‘serverIP’ with the IP address of your host.