| advertise add site services publishers database health videos | ![]() | about toolbar stats live show health store more stuff JOIN/LOGIN |
Tortoise Shell by Seven Forests: Tortoise Shell 100 tablets available... acuatlanta.net | DynaMax soft shell Medicine Balls - Maintains shape, cushioned shell... shapeupshop.com | - Chinese Soft-shelled Turtle Shell (dorsal aspect)... goldenneedleonline.com |
Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices.[1] Used primarily on Linux and Unix based systems to access shell accounts, SSH was designed as a replacement for Telnet and other insecure remote shells, which send information, notably passwords, in plaintext, leaving them open for interception.[2] The encryption used by SSH provides confidentiality and integrity of data over an insecure network, such as the Internet.
[edit] DefinitionSSH uses public-key cryptography to authenticate the remote computer and allow the remote computer to authenticate the user, if necessary.[1] SSH is typically used to log into a remote machine and execute commands, but it also supports tunneling, forwarding TCP ports and X11 connections; it can transfer files using the associated SFTP or SCP protocols.[1] SSH uses the client-server model. The standard TCP port 22 has been assigned for contacting SSH servers.[3] An SSH client program is typically used for establishing connections to an SSH daemon accepting remote connections. Both are commonly present on most modern operating systems, including Mac OS X, Linux, FreeBSD, Solaris and OpenVMS. Proprietary, freeware and open source versions of various levels of complexity and completeness exist. [edit] History and Development[edit] Version 1.0In 1995, Tatu Ylönen, a researcher at Helsinki University of Technology, Finland, designed the first version of the protocol (now called SSH-1) prompted by a password-sniffing attack at his university network. The goal of SSH was to replace the earlier rlogin, TELNET and rsh protocols, which did not provide strong authentication or guarantee confidentiality. Ylönen released his implementation as freeware in July 1995, and the tool quickly gained in popularity. Towards the end of 1995, the SSH user base had grown to 20,000 users in fifty countries. In December 1995, Ylönen founded SSH Communications Security to market and develop SSH. The original version of the SSH software used various pieces of free software, such as GNU libgmp, but later versions released by SSH Secure Communications evolved into increasingly proprietary software. [edit] Version 2.0"Secsh" was the official Internet Engineering Task Force's (IETF) name for the IETF working group responsible for version 2 of the SSH protocol.[4] In 1996, a revised version of the protocol, SSH-2, was adopted as a standard. This version is incompatible with SSH-1. SSH-2 features both security and feature improvements over SSH-1. Better security, for example, comes through Diffie-Hellman key exchange and strong integrity checking via message authentication codes. New features of SSH-2 include the ability to run any number of shell sessions over a single SSH connection.[5] [edit] SSH Compensation Attack DetectorIn 1998 a vulnerability was described in SSH 1.5 which allowed unauthorized insertion of content into encrypted SSH stream due to insufficient data integrity protection from CRC-32 used in this version of protocol[6]. A fix known as SSH Compensation Attack Detector [7] was introduced into most implementations. [edit] OpenSSHIn 1999, developers wanting a free software version to be available went back to the older 1.2.12 release of the original SSH program, which was the last released under an open source license. Björn Grönvall's OSSH was subsequently developed from this codebase. Shortly thereafter, OpenBSD developers forked Grönvall's code and did extensive work on it, creating OpenSSH, which shipped with the 2.6 release of OpenBSD. From this version, a "portability" branch was formed to port OpenSSH to other operating systems. It is estimated that, as of 2000[update], there were 2,000,000 users of SSH.[8] As of 2005[update], OpenSSH is the single most popular SSH implementation, coming by default in a large number of operating systems. OSSH meanwhile has become obsolete.[9] [edit] SSH-2 Internet Standard[edit] Original PublicationIn 2006, the aforementioned SSH-2 protocol became a proposed Internet standard with the publication by the IETF "secsh" working group of RFCs. It was first published in January 2006.
[edit] Later modificationsIt was later modified and expanded by the following publications.
[edit] Plaintext Recovery AttackIn 2008 a cryptographic vulnerability was found in SSH-2 which allowed retrieval of up to 4 bytes of plaintext from single SSH stream under special conditions[10]. It was fixed by changing default encryption modes in OpenSSH 5.2[11]. [edit] File transfer protocols using SSHAt some point, the concept of tunneling file transfer protocols through the SSH protocol evolved into treating those implementations as separate protocols. Examples include:
IETF Standards have not been developed for these protocols. A series of IETF drafts have been created for SFTP but as of 2006 they have become stalled due to controversy that SFTP is actually a file system.[12] [edit] Uses Example of tunneling an X11 application over SSH: the user 'josh' has SSHed from the local machine 'foofighter' to the remote machine 'tengwar' to run xeyes. SSH is a protocol that can be used for many applications across many platforms including UNIX, Microsoft Windows, Apple Mac and Linux. Some of the applications below may require features that are only available or compatible with specific SSH clients or servers. For example, using the SSH protocol to implement a VPN is possible, but presently only with the OpenSSH server and client implementation.
[edit] ArchitectureThe SSH-2 protocol has an internal architecture (defined in RFC 4251) with well-separated layers. These are:
This open architecture provides considerable flexibility, allowing SSH to be used for a variety of purposes beyond secure shell. The functionality of the transport layer alone is comparable to TLS; the user authentication layer is highly extensible with custom authentication methods; and the connection layer provides the ability to multiplex many secondary sessions into a single SSH connection, a feature comparable to BEEP and not available in TLS. [edit] Security cautionsSince SSH-1 has inherent design flaws which make it vulnerable (e.g., man-in-the-middle attacks), it is now generally considered obsolete and should be avoided by explicitly disabling fallback to SSH-1. While most modern servers and clients support SSH-2, some organizations still use software with no support for SSH-2, and thus SSH-1 cannot always be avoided. In all versions of SSH, it is important to verify unknown public keys before accepting them as valid. Accepting an attacker's public key as a valid public key has the effect of disclosing the transmitted password and allowing man-in-the-middle attacks. [edit] See also
[edit] Software
[edit] References
[edit] Further reading
[edit] External links
| |||||||||||||||||||||||||||||||||||
| ↑ top of page ↑ | about thumbshots |