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