No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / external / bsd / openssh / dist / README
blob188872d4624f3cd25ad73e0245af24fdd37fcb97
1 This release of OpenSSH is for OpenBSD systems only.
3 Please read
4         http://www.openssh.com/portable.html
5 if you want to install OpenSSH on other operating systems.
7 To extract and install this release on your OpenBSD system use:
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
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.
25 See http://www.openssh.com/ for more information.
27 $OpenBSD: README,v 1.7 2006/04/01 05:37:46 djm Exp $