Solaris Package Archive -- openssh 2.3.0.p1

Solaris Package Archive

openssh 2.3.0.p1

Mark <mark@ibiblio.org>


What is it (from www.openssh.org):
OpenSSH is a FREE version of the SSH suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on. Many users of telnet, rlogin, ftp, and other such programs might not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. Additionally, OpenSSH provides a myriad of secure tunnelling capabilities.

The OpenSSH suite includes the ssh program which replaces rlogin and telnet, and scp which replaces rcp and ftp. Also included is sshd which is the server side of the package, and the other basic utilities like ssh-add, ssh-agent, and ssh-keygen. OpenSSH supports protocol versions 1.3, 1.5, and 2.0.

OpenSSH is primarily developed by the OpenBSD Project, The software is developed outside the USA, using code from roughly 10 countries, and is freely useable and re-useable by everyone under a BSD license.

The main site for OpenSSH is http://www.openssh.com/.

Email To
openssh@openssh.com

Solaris Issues
If you are installing the 64 bit OpenSSH packages on your machine you will need to configure your PAM authentication system to use the 64 bit modules, otherwise the default 32 bit setup will not let you log in.

Edit the file /etc/pam.conf and add these lines:

    sshd    auth required /usr/lib/security/sparcv9/pam_unix.so.1
    sshd    account required /usr/lib/security/sparcv9/pam_unix.so.1
    sshd    password required /usr/lib/security/sparcv9/pam_unix.so.1
    sshd    session required /usr/lib/security/sparcv9/pam_unix.so.1
These lines are from personal experience. I don't expect any issues but if you do encounter any problems please contact me with any updates.

Click here to read about the 32 bit and 64 bit Solaris 7 and 8 packages.

Source Code
You can download the source code from ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-2.3.0p1.tar.gz

Special Issues
You should also install openssl.0.9.6 and zlib.1.1.3 when you install this software.

See the main packages README for installation information.