Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

ssh-1.2.26-08 RPM for i386

From Mirrored RPMS

Name: ssh Distribution: Stanford University
Version: 1.2.26 Vendor: Unknown
Release: 08 Build date: Fri Jul 14 12:10:02 2000
Group: Networking/Utilities Build host: velvet
Size: 734888 Source RPM: ssh-1.2.26-08.src.rpm
Summary: Secure Shell (SSH) with Leland modification
This distribution contains all the files necessary to make your machine an
ssh server.  It includes the ssh server and client, and is based on the
1.2.26 ssh release that supports Kerberos and AFS.  If you have Kerberos
installed, the server will support Kerberos authentication.  If you have
AFS installed, the server can obtain AFS credentials.  Note, however, that
this distribution also works on machines that do NOT have Kerberos or AFS
installed.

Provides

Requires

Copyright

GPL

Changelog

* Fri Jul 14 2000 Susan Feng <sfeng@stanford.edu>
  - Install ssh, scp in /usr/local/bin, and man pages in /usr/local/man.
* Mon Aug 23 1999 Susan Feng <sfeng@stanford.edu>
  - Use package instace number to control if the host key should be
  - gererated and if de-installation should clean up itself.
* Fri Aug 20 1999 Susan Feng <sfeng@stanford.edu>
  - If ssh_host_key already exists, don't generate new key
* Thu Jul 22 1999 David Brumley <dbrumley@stanford.edu>
  - took out Source line cuz it screws up rpm -ba
* Tue Jul 20 1999 David Brumley <dbrumley@stanford.edu>
  - added post install stuff.
  - allowed RhostsRSAAuthentication in /etc/leland/sshd_config
  - Changed IgnoreRhosts to no in /etc/leland/sshd_config
  - Allow RSAAuthentication in /etc/leland/sshd_config
  - PrintMotd in /etc/leland/sshd_config
* Thu Jul 08 1999 Susan Feng <sfeng@stanford.edu>
  - First release.

Files

/etc/leland/ssh-keygen
/etc/leland/ssh_config
/etc/leland/ssh_known_hosts
/etc/leland/sshd
/etc/leland/sshd_config
/etc/rc.d/init.d/ssh
/etc/rc.d/rc3.d/K65ssh
/etc/rc.d/rc3.d/S65ssh
/etc/rc.d/rc5.d/K65ssh
/etc/rc.d/rc5.d/S65ssh
/usr/local/bin/scp
/usr/local/bin/ssh
/usr/local/man/man1/scp.1
/usr/local/man/man1/ssh-keygen.1
/usr/local/man/man1/ssh.1
/usr/local/man/man8/sshd.8

Post Install

# See if we've installed ssh before.
# Only generate the key if it is first installation.
# Also link ssh and scp in /usr/local/bin
if [ "$1" = 1 ];
then
    /etc/leland/ssh-keygen -b 1024 -f /etc/leland/ssh_host_key -N ''
fi

Generated by rpm2html 1.2

sulinux-help@leland.stanford.edu, Wed May 2 15:33:56 2001