Skip to content

Instantly share code, notes, and snippets.

@19h47
Last active October 3, 2023 09:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 19h47/d7b33bb7e0b9ce3f1ebee39126113924 to your computer and use it in GitHub Desktop.
Save 19h47/d7b33bb7e0b9ce3f1ebee39126113924 to your computer and use it in GitHub Desktop.
Connect to IONOS shared hosting with SSH

In your terminal, enter the following command

ssh username@host

Then the terminal ask your password

username@host's password:

Type it, then hit enter and that's it! You are connected to your host!

Only the user create by IONOS can access to your server in SSH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment