README revision 76259
1This release of OpenSSH is for OpenBSD systems only.
2
3Please read
4        http://www.openssh.com/portable.html
5if you want to install OpenSSH on other operating systems.
6
7To 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
18
19OpenSSH is a derivative of the original and free ssh 1.2.12 release
20by Tatu Ylonen.  Aaron Campbell, Bob Beck, Markus Friedl, Niels
21Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
22features and created OpenSSH.  Markus Friedl contributed the support
23for SSH protocol versions 1.5 and 2.0.
24
25See http://www.openssh.com/ for more information.
26