1999-11-08 06:20:54 +00:00
|
|
|
Secure Shell is a set of programs for logging into a remote machine and for
|
|
|
|
executing commands on a remote machine. It is intended to replace rlogin,
|
|
|
|
rsh, rcp, etc. and provide 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.
|
|
|
|
|
1999-11-13 05:55:42 +00:00
|
|
|
OpenSSH is a version of Secure Shell based upon a much less encumbered
|
|
|
|
SSH version 1.2.12, which has a BSD-style license. Maintained by the
|
|
|
|
OpenBSD project, this is the most free and secure SSH implementation
|
|
|
|
in the world. OpenSSH supports SSH protocol version 1.5 and has all
|
1999-11-18 01:46:43 +00:00
|
|
|
known bugs from SSH fixed, and even some unknown ones :)
|
|
|
|
|
|
|
|
WWW: http://www.openssh.com/
|
1999-11-13 05:55:42 +00:00
|
|
|
|
1999-11-08 06:20:54 +00:00
|
|
|
- Brian Feldman
|
|
|
|
green@FreeBSD.org
|