You are Here: FAQ ->Scripting and Programming Languages->SSH (Secure Shell)->Article #1


WebHosting 5.0 This article is for 1&1 Linux WebHosting only.


What is SSH (Secure Shell Access)?



SSH (Secure Shell) is a program to log into another computer over a network, to
execute commands in a remote machine, and to move files from one machine to
another. It provides strong authentication and secure communications over unsecured
channels. It is intended as a replacement for rlogin, rsh, and rcp.

Additionally, SSH provides secure X connections and secure forwarding of arbitrary
TCP connections.

With Secure Shell (SSH) you can log directly in to the web server where your site is
stored, on a UNIX or Linux machine through shell access, and on Windows machines
using a Windows-based access program (ex. PuTTY).

How does it work?
All communications are encrypted using IDEA or one of several other ciphers (three-
key triple-DES, DES, RC4-128, TSS, Blowfish). Encryption keys are exchanged using
RSA, and data used in the key exchange is destroyed every hour (keys are not saved
anywhere). Every host has an RSA key which is used to authenticate the host when
RSA host authentication is used. Encryption is used to protect against IP-spoofing.
Public key authentication is used to protect against DNS and routing spoofing.

SSH supported in Business Hosting package and above only.


Find out more...
How to connect using SSH


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5