What is SSH and Do I Need It? Print

  • 0

What is SSH and Do I Need It?

SSH (Secure Shell) is a protocol that allows you to log in and control your server using a command-line interface (Terminal). While the Nixzoe Dashboard is great for most tasks, SSH is the "power user" way to manage a site.

Why use SSH?

  • Speed: Moving thousands of files or searching for a specific string of code is much faster via command line than a browser.

  • WP-CLI: You can update WordPress, plugins, and themes across multiple sites simultaneously with simple commands.

  • Automation: Run custom scripts to automate backups or cleanup tasks.

How to Enable SSH at Nixzoehost:

  1. In your dashboard, go to Security > SSH Access.

  2. Click Manage SSH Keys to upload your Public Key (the most secure method) or Enable Password Access.

  3. Use a client like Terminal (macOS/Linux) or PuTTY (Windows) to connect using your server IP and Port 22.


Was this answer helpful?

« Back