lukem 244b762de1 Complete the conversion back to the OpenSSH default configuration files of
"/etc/ssh/ssh_config" (from "/etc/ssh/ssh.conf") for ssh(1) and other
userland tools, and "/etc/ssh/sshd_config (from "/etc/ssh/sshd.conf")
for sshd(8).

etc/postinstall will detect this, and if "fix" is given, rename the files.
2002-04-29 08:23:34 +00:00
..
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00
2002-04-22 07:59:35 +00:00

This release of OpenSSH is for OpenBSD systems only.

Please read
        http://www.openssh.com/portable.html
if you want to install OpenSSH on other operating systems.

To extract and install this release on your OpenBSD system use:

      # cd /usr/src/usr.bin
      # tar xvfz .../openssh-x.y.tgz
      # cd ssh
      # make obj
      # make cleandir
      # make depend
      # make
      # make install
      # cp ssh_config sshd_config /etc/ssh

OpenSSH is a derivative of the original and free ssh 1.2.12 release
by Tatu Ylonen.  Aaron Campbell, Bob Beck, Markus Friedl, Niels
Provos, Theo de Raadt and Dug Song removed many bugs, re-added newer
features and created OpenSSH.  Markus Friedl contributed the support
for SSH protocol versions 1.5 and 2.0.

See http://www.openssh.com/ for more information.