Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.
Arch: x86_64
Download: | openssh-4.3p2-4.x86_64.rpm |
Build Date: | Thu Mar 2 16:42:09 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 726 KiB |
Changelog
- * Thu Mar 2 17:00:00 2006 Tomas Mraz <tmraz{%}redhat{*}com> - 4.3p2-4
-
- allow access if audit is not compiled in kernel (#183243)
- * Fri Feb 24 17:00:00 2006 Tomas Mraz <tmraz{%}redhat{*}com> - 4.3p2-3
-
- enable the subprocess in chroot to send messages to system log
- sshd should prevent login if audit call fails
- * Tue Feb 21 17:00:00 2006 Tomas Mraz <tmraz{%}redhat{*}com> - 4.3p2-2
-
- print error from scp if not remote (patch by Bjorn Augustsson #178923)