What is SSH (Secure Shell)?

SSH (Secure Shell) is a network protocol that provides a secure way to access and manage your server over an unsecured network .

  • Function: It creates an encrypted tunnel between your local computer and your Hostaday hosting server.
  • Usage: Unlike the graphical cPanel interface, SSH allows you to execute text-based Linux commands, manage files, and run scripts directly on the server's operating system . It is essential for developers and advanced users who need more control over their environment.
Was this answer helpful?

Related Articles

Do you provide SSH? If yes, under what conditions?

Yes, Hostaday provides SSH access across various hosting plans : Shared Hosting: SSH is...

How to find information about Linux commands via SSH

When logged into SSH, you can access built-in documentation for thousands of commands : Man...

How to run a CXS scan via SSH for malware detection

CXS (ConfigServer eXploit Scanner) is a powerful tool provided by Hostaday for proactive malware...

How to secure your SSH login and prevent unauthorized access

Securing your SSH connection is vital to protect your data . SSH Keys: Use SSH Key pairs...