Home | History | Annotate | Line # | Download | only in dist
README revision 1.5
      1  1.1  christos This release of OpenSSH is for OpenBSD systems only.
      2  1.1  christos 
      3  1.1  christos Please read
      4  1.1  christos 	http://www.openssh.com/portable.html
      5  1.1  christos if you want to install OpenSSH on other operating systems.
      6  1.1  christos 
      7  1.1  christos To extract and install this release on your OpenBSD system use:
      8  1.1  christos 
      9  1.1  christos       # cd /usr/src/usr.bin
     10  1.1  christos       # tar xvfz .../openssh-x.y.tgz
     11  1.1  christos       # cd ssh
     12  1.1  christos       # make obj
     13  1.1  christos       # make cleandir
     14  1.1  christos       # make depend
     15  1.1  christos       # make
     16  1.1  christos       # make install
     17  1.1  christos       # cp ssh_config sshd_config /etc/ssh
     18  1.1  christos 
     19  1.1  christos OpenSSH is a derivative of the original and free ssh 1.2.12 release
     20  1.1  christos by Tatu Ylonen.  Aaron Campbell, Bob Beck, Markus Friedl, Niels
     21  1.1  christos Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
     22  1.1  christos features and created OpenSSH.  Markus Friedl contributed the support
     23  1.1  christos for SSH protocol versions 1.5 and 2.0.
     24  1.1  christos 
     25  1.1  christos See http://www.openssh.com/ for more information.
     26  1.1  christos 
     27  1.1  christos $OpenBSD: README,v 1.7 2006/04/01 05:37:46 djm Exp $
     28  1.2  christos $NetBSD: README,v 1.5 2016/12/25 00:07:46 christos Exp $
     29