Jump to content

Secure Shell

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 134.2.3.102 (talk) at 12:21, 16 January 2003 (Link to German page added). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Secure shell or SSH is both a program and a network protocol for logging into and executing commands on a remote computer. It is intended to replace rlogin, telnet and rsh, and provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.

The program is a common Unix shell program, but there exists implementations for most modern platforms, including Microsoft Windows (where one of the most popular is PuTTY).

A later version of the protocol was released under the name SSH2.

OpenSSH is an open source implementation of SSH.

An IETF working group, secsh, is currently in the process of standardizing the protocol.


This article (or an earlier version of it) contains material from FOLDOC, used with permission.