Ben Lindstrom 4dccfa5fb7 - (bal) OpenBSD CVS Update
- markus@cvs.openbsd.org 2000/12/28 14:25:51
     [auth.h auth2.c]
     count authentication failures only
   - markus@cvs.openbsd.org 2000/12/28 14:25:03
     [sshconnect.c]
     fingerprint for MITM attacks, too.
   - markus@cvs.openbsd.org 2000/12/28 12:03:57
     [sshd.8 sshd.c]
     document -D
   - markus@cvs.openbsd.org 2000/12/27 14:19:21
     [serverloop.c]
     less chatty
   - markus@cvs.openbsd.org 2000/12/27 12:34
     [auth1.c sshconnect2.c sshd.c]
     typo
   - markus@cvs.openbsd.org 2000/12/27 12:30:19
     [readconf.c readconf.h ssh.1 sshconnect.c]
     new option: HostKeyAlias: allow the user to record the host key
     under a different name. This is useful for ssh tunneling over
     forwarded connections or if you run multiple sshd's on different
     ports on the same machine.
   - markus@cvs.openbsd.org 2000/12/27 11:51:53
     [ssh.1 ssh.c]
     multiple -t force pty allocation, document ORIGINAL_COMMAND
   - markus@cvs.openbsd.org 2000/12/27 11:41:31
     [sshd.8]
     update for ssh-2
2000-12-28 16:40:05 +00:00
2000-12-28 15:46:20 +00:00
2000-12-28 15:46:20 +00:00
2000-10-28 14:19:58 +11:00
2000-12-28 16:40:05 +00:00
2000-12-28 16:40:05 +00:00
2000-10-14 16:23:11 +11:00
2000-10-28 14:19:58 +11:00
2000-12-28 16:40:05 +00:00
2000-11-16 02:46:20 +00:00
2000-07-11 12:55:49 +10:00
2000-07-11 12:50:08 +10:00
2000-10-14 16:23:11 +11:00
2000-10-14 16:23:11 +11:00
2000-12-28 16:40:05 +00:00
2000-12-06 01:42:49 +00:00
2000-12-15 23:05:57 +00:00
2000-12-07 01:24:58 +00:00
2000-09-16 13:29:08 +11:00
2000-06-12 23:01:02 +10:00
2000-06-12 23:01:02 +10:00
2000-12-28 15:46:20 +00:00
2000-11-21 21:24:55 +00:00
2000-10-14 16:23:11 +11:00
2000-09-23 17:15:56 +11:00
2000-09-23 17:15:56 +11:00
2000-11-25 10:09:32 +11:00
2000-01-14 15:45:46 +11:00
2000-09-16 16:10:56 +11:00
2000-12-28 15:46:20 +00:00
2000-11-10 03:28:31 +00:00
2000-09-30 14:40:39 +11:00
2000-09-16 13:29:08 +11:00
2000-12-28 00:07:07 +00:00
2000-06-27 11:18:27 +10:00
2000-11-13 22:57:25 +11:00
2000-04-04 14:38:59 +10:00
2000-11-13 22:57:25 +11:00
2000-09-16 13:29:08 +11:00
2000-09-16 13:29:08 +11:00
2000-12-03 17:00:47 +00:00
2000-09-16 13:29:08 +11:00
2000-12-28 16:40:05 +00:00
2000-12-28 16:40:05 +00:00
2000-11-29 12:51:14 +11:00
2000-10-14 16:23:11 +11:00
2000-12-10 01:55:37 +00:00
2000-12-10 01:55:37 +00:00
2000-11-13 22:57:25 +11:00
2000-12-28 16:40:05 +00:00
2000-11-13 22:57:25 +11:00
2000-10-14 16:23:11 +11:00
2000-11-13 22:57:25 +11:00
2000-11-13 22:57:25 +11:00
2000-11-21 21:24:55 +00:00
2000-12-27 04:57:41 +00:00
2000-11-13 22:57:25 +11:00
2000-12-22 20:27:43 +00:00
2000-12-05 01:15:09 +00:00
2000-12-28 15:46:20 +00:00
2000-12-28 16:40:05 +00:00
2000-12-28 16:40:05 +00:00
2000-12-28 16:40:05 +00:00
2000-12-28 16:40:05 +00:00
2000-09-16 13:29:08 +11:00
2000-12-28 16:40:05 +00:00
2000-12-28 16:40:05 +00:00
2000-12-28 15:46:20 +00:00
2000-09-16 13:29:08 +11:00
2000-09-16 13:29:08 +11:00
2000-10-28 14:19:58 +11:00
2000-11-13 22:57:51 +11:00
2000-10-25 14:47:35 +11:00
2000-09-16 13:29:08 +11:00
2000-09-16 13:29:08 +11:00

- A Japanese translation of this document and of the OpenSSH FAQ is 
- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
- Thanks to HARUYAMA Seigo <haruyama@klab.org>

This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
Unices.

OpenSSH is based on the last free version of Tatu Ylonen's SSH with
all patent-encumbered algorithms removed (to external libraries), all
known security bugs fixed, new features reintroduced and many other
clean-ups. More information about SSH itself can be found in the file
README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
homepage at http://www.openssh.com/

This port consists of the re-introduction of autoconf support, PAM
support (for Linux and Solaris), EGD[1] support and replacements for 
OpenBSD library functions that are (regrettably) absent from other 
unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD 
and Irix. Support for AIX, SCO, NeXT and other Unices is underway. 
This version actively tracks changes in the OpenBSD CVS repository.

The PAM support is now more functional than the popular packages of
commercial ssh-1.2.x. It checks "account" and "session" modules for
all logins, not just when using password authentication.

OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4].

There is now several mailing lists for this port of OpenSSH. Please
refer to http://www.openssh.com/list.html for details on how to join.

Please send bug reports and patches to the mailing list
openssh-unix-dev@mindrot.org. The list is open to posting by
unsubscribed users.

If you are a citizen of the USA or another country which restricts 
export of cryptographic products, then please refrain from sending 
crypto-related code or patches to the list. We cannot accept them.
Other code contribution are accepted, but please follow the OpenBSD
style guidelines[5].

Please refer to the INSTALL document for information on how to install
OpenSSH on your system. There are a number of differences between this 
port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[6]
for details and general tips.

Damien Miller <djm@mindrot.org>

Miscellania - 

This version of SSH is based upon code retrieved from the OpenBSD CVS
repository which in turn was based on the last free 
version of SSH released by Tatu Ylonen.

References -

[0] http://www.openssh.com/faq.html
[1] http://www.lothar.com/tech/crypto/
[2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
[3] http://www.openssl.org/
[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
[5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current
[6] http://www.openssh.com/faq.html
Description
Portable OpenSSH, all Win32-OpenSSH releases and wiki are managed at https://github.com/powershell/Win32-OpenSSH
Readme 87 MiB
Languages
C 78.3%
Shell 6.7%
PowerShell 5.3%
Roff 4.9%
M4 2.4%
Other 2.4%