[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/README, Revision 1.4.4.3

1.4       markus      1: This release of OpenSSH is for OpenBSD systems only.
1.3       markus      2:
1.4       markus      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
1.4.4.2   brad       17:       # cp ssh_config sshd_config /etc
1.4.4.3 ! miod       18:       # mkdir /var/empty
        !            19:
        !            20: and restart sshd.
1.4       markus     21:
                     22: OpenSSH is a derivative of the original and free ssh 1.2.12 release
                     23: by Tatu Ylonen.  Aaron Campbell, Bob Beck, Markus Friedl, Niels
                     24: Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
                     25: features and created OpenSSH.  Markus Friedl contributed the support
                     26: for SSH protocol versions 1.5 and 2.0.
1.3       markus     27:
1.4       markus     28: See http://www.openssh.com/ for more information.