Jump to letter: [
ADFKLOSTX
]
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
- * Fri Apr 28 19:00:00 2006 Tomas Mraz <tmraz{%}redhat{*}com> 3.6.1p2-33.30.9
- return correct status from scp on remote to remote copy (#190155)
- * Thu Apr 6 19:00:00 2006 Tomas Mraz <tmraz{%}redhat{*}com> 3.6.1p2-33.30.8
- corrected a mistake in the last login patch
- * Thu Apr 6 19:00:00 2006 Tomas Mraz <tmraz{%}redhat{*}com> 3.6.1p2-33.30.7
- backported fix for CVE-2003-0386 (DNS reverse mapping should be ignored
if it looks like IP address) (#164661)
- removed another syslog call from signal handler (#173129)
- stop only the main daemon from the init script (#167866)
- prevent double shell expansion on scp local to local and remote
to remote copy CVE-2006-0225 (#170463)
- display correctly last login message even for non-root user (#172564)