What is SSH?


Secure Shell (SSH), known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely.

SSH is actually a suite of three utilities - slogin, ssh, and scp - that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are authenticated using a digital certificate and passwords are protected by being encrypted. SSH uses RSA public key cryptography for both connection and authentication. Encryption algorithms include Blowfish, DES, and IDEA. IDEA is the default. The SSH feature is primarily for advanced users with a working knowledge of UNIX

Was this answer helpful?

 Print this Article

Also Read

Mysql database and user naming syntax

  Since we run a shared hosting environment, we have to uniquely identify your usernames to...

What shopping cart programs do you have?

If you login to you cPanel account at www.yourdomain.com/cpanel and select 'Fantastico' under...

How do I setup Cron jobs?

A cron job allows you to run a certain command at times set by the job such as deleting...

How do I backup my site in cPanel?

It is important to have your own backup procedure in place to protect yourself from...

I need to upload larger files, can you increase the PHP setting?

No, we can not make any changes in settings globaly on our server, you need to purchase Dedicated...