Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
openssh: The OpenSSH implementation of SSH protocol versions 1 and 2
- Summary
- SSH (Secure SHell) is a program for logging into and executing
commands on a remote machine. SSH is intended to replace rlogin and
rsh, and to 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.
OpenSSH is OpenBSD's version of the last free version of SSH, bringing
it up to date in terms of security and features, as well as removing
all patented algorithms to separate libraries.
This package includes the core files necessary for both the OpenSSH
client and server. To make this package useful, you should also
install openssh-clients, openssh-server, or both.
Changelog
- * Thu Oct 2 17:00:00 2008 Tomas Mraz <tmraz{%}redhat{*}com> - 4.3p2-29
- allow options for the sshd subsystem for the sftp logging support (#452619)
- * Thu Sep 11 17:00:00 2008 Tomas Mraz <tmraz{%}redhat{*}com> - 4.3p2-28
- use OpenSSL RNG directly (needed for FIPS-140-2 compliance)
- when in FIPS mode do not try to use algorithms which are not allowed (#447936)
- improve transfer speed on high latency connections (#227722)
- more correct 'service sshd status' reporting (#430877)
- add logging support to the sftp server (#452619)
- small scp manual page improvement (#433381)
- * Fri Aug 15 17:00:00 2008 Dennis Gregorovic <dgregor{%}redhat{*}com> - 4.3p2-26.el5_2.1
- CVE-2007-4752 - Prevent ssh(1) from using a trusted X11 cookie if creation of an
untrusted cookie fails (#280361)