Portable OpenSSH, all Win32-OpenSSH releases and wiki are managed at https://github.com/powershell/Win32-OpenSSH
Go to file
Darren Tucker 6223eea596 - dtucker@cvs.openbsd.org 2004/06/22 22:45:52
[regress/test-exec.sh]
     Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding
     arbitary options to sshd_config and ssh_config during tests.  ok markus@
2004-06-23 09:25:02 +10:00
contrib - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd 2004-06-19 19:31:06 -07:00
openbsd-compat - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No 2004-06-16 12:01:15 +10:00
regress - dtucker@cvs.openbsd.org 2004/06/22 22:45:52 2004-06-23 09:25:02 +10:00
scard
.cvsignore - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@ 2004-05-30 21:38:51 -07:00
CREDITS - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec 2004-05-27 09:59:31 +10:00
ChangeLog - dtucker@cvs.openbsd.org 2004/06/22 22:45:52 2004-06-23 09:25:02 +10:00
INSTALL - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec 2004-05-27 09:59:31 +10:00
LICENCE - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h 2004-02-10 13:01:14 +11:00
Makefile.in (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. 2004-06-20 10:37:32 -07:00
OVERVIEW - djm@cvs.openbsd.org 2004/05/09 01:19:28 2004-05-13 16:30:44 +10:00
README update relnotes URL for release 2004-04-18 20:32:56 +10:00
README.dns
README.platform - (dtucker) [README.platform] List prereqs for building on Cygwin. 2004-04-23 18:57:13 +10:00
README.privsep - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
README.smartcard - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
RFC.nroff - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
TODO Remove password expiry from TODO 2004-02-11 20:44:13 +11:00
WARNING.RNG - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
acconfig.h Typo fix in comment 2004-04-16 09:22:40 +10:00
aclocal.m4
acss.c - (dtucker) [acss.c acss.h] Fix $Id tags. 2004-02-06 15:22:43 +11:00
acss.h - (dtucker) [acss.c acss.h] Fix $Id tags. 2004-02-06 15:22:43 +11:00
atomicio.c
atomicio.h
auth-bsdauth.c
auth-chall.c - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
auth-krb5.c - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccache 2004-04-16 22:47:55 +10:00
auth-options.c
auth-options.h
auth-pam.c - (dtucker) [auth-pam.c] Don't use PAM namespace for 2004-06-19 12:54:38 +10:00
auth-pam.h - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM 2004-05-30 20:43:59 +10:00
auth-passwd.c - (bal) [auth-passwd.c auth1.c] Clean up unused variables. 2004-06-22 03:37:11 +00:00
auth-rh-rsa.c - djm@cvs.openbsd.org 2003/11/04 08:54:09 2003-11-17 21:13:40 +11:00
auth-rhosts.c - djm@cvs.openbsd.org 2003/11/04 08:54:09 2003-11-17 21:13:40 +11:00
auth-rsa.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
auth-shadow.c - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or 2004-02-22 10:22:05 +11:00
auth-sia.c - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h 2004-03-04 22:59:36 +11:00
auth-sia.h - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h 2004-03-04 22:59:36 +11:00
auth-skey.c - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly 2004-04-14 17:24:30 +10:00
auth.c - dtucker@cvs.openbsd.org 2004/05/23 23:59:53 2004-05-24 10:36:23 +10:00
auth.h - dtucker@cvs.openbsd.org 2004/05/23 23:59:53 2004-05-24 10:36:23 +10:00
auth1.c - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 2004-06-23 09:17:54 +10:00
auth2-chall.c - dtucker@cvs.openbsd.org 2004/06/01 14:20:45 2004-06-15 10:28:24 +10:00
auth2-gss.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
auth2-hostbased.c - markus@cvs.openbsd.org 2004/01/19 21:25:15 2004-01-21 11:02:50 +11:00
auth2-kbdint.c
auth2-none.c - deraadt@cvs.openbsd.org 2004/05/11 19:01:43 2004-05-13 16:39:33 +10:00
auth2-passwd.c - dtucker@cvs.openbsd.org 2003/12/31 00:24:50 2003-12-31 11:43:24 +11:00
auth2-pubkey.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
auth2.c - dtucker@cvs.openbsd.org 2004/05/23 23:59:53 2004-05-24 10:36:23 +10:00
authfd.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
authfd.h - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
authfile.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
authfile.h
bufaux.c - markus@cvs.openbsd.org 2004/02/23 15:12:46 2004-02-24 09:21:41 +11:00
bufaux.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
buffer.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
buffer.h
buildpkg.sh.in - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd 2004-06-19 19:31:06 -07:00
canohost.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
canohost.h
channels.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
channels.h - djm@cvs.openbsd.org 2004/06/13 15:03:02 2004-06-15 10:34:08 +10:00
cipher-3des1.c - markus@cvs.openbsd.org 2003/12/22 20:29:55 2003-12-31 11:36:00 +11:00
cipher-acss.c - (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with 2004-02-06 15:26:10 +11:00
cipher-aes.c - djm@cvs.openbsd.org 2003/11/26 21:44:29 2003-12-09 19:05:42 +11:00
cipher-bf1.c
cipher-ctr.c - dtucker@cvs.openbsd.org 2004/02/06 23:41:13 2004-02-07 10:41:48 +11:00
cipher.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
cipher.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
cleanup.c
clientloop.c - djm@cvs.openbsd.org 2004/06/18 11:11:54 2004-06-18 22:23:22 +10:00
clientloop.h - (djm) OpenBSD CVS Sync 2004-06-18 01:17:29 +10:00
compat.c
compat.h
compress.c - markus@cvs.openbsd.org 2004/01/13 19:45:15 2004-01-21 11:01:23 +11:00
compress.h
config.guess - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@ 2004-04-21 12:29:13 +10:00
config.sub - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@ 2004-04-21 12:29:13 +10:00
configure.ac (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. 2004-06-20 10:37:32 -07:00
crc32.c
crc32.h
deattack.c
deattack.h
defines.h - (dtucker) [defines.h] Define __dead if not already defined. 2004-06-22 13:27:16 +10:00
dh.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
dh.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
dispatch.c
dispatch.h
dns.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
dns.h - jakob@cvs.openbsd.org 2003/11/12 16:39:58 2003-11-17 21:19:29 +11:00
entropy.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
entropy.h
envpass.sh - djm@cvs.openbsd.org 2004/04/27 09:47:30 2004-06-16 20:08:56 +10:00
fatal.c
fixpaths
fixprogs - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
getput.h
groupaccess.c - (djm) [groupaccess.c uidswap.c] Bug #787: Size group arrays at runtime 2004-02-24 13:05:11 +11:00
groupaccess.h
gss-genr.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
gss-serv-krb5.c - (bal) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Check to see 2004-04-07 04:16:11 +00:00
gss-serv.c - markus@cvs.openbsd.org 2003/11/17 11:06:07 2003-11-17 22:18:21 +11:00
hostfile.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
hostfile.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
includes.h - djm@cvs.openbsd.org 2004/06/13 15:03:02 2004-06-15 10:34:08 +10:00
install-sh - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
kex.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
kex.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
kexdh.c
kexdhc.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
kexdhs.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
kexgex.c
kexgexc.c - markus@cvs.openbsd.org 2003/12/08 11:00:47 2003-12-09 19:18:07 +11:00
kexgexs.c
key.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
key.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
log.c - (djm) [log.c] Tighten openlog_r tests 2004-02-18 22:59:43 +11:00
log.h - djm@cvs.openbsd.org 2004/06/21 22:02:58 2004-06-22 12:57:44 +10:00
loginrec.c - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and 2004-04-08 16:16:06 +10:00
loginrec.h
logintest.c
mac.c
mac.h
match.c
match.h
md5crypt.c more whitespace (tabs this time) 2003-11-21 23:56:47 +11:00
md5crypt.h
mdoc2man.awk - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
misc.c - djm@cvs.openbsd.org 2004/06/14 01:44:39 2004-06-15 10:35:30 +10:00
misc.h - djm@cvs.openbsd.org 2004/06/17 15:10:14 2004-06-18 01:19:03 +10:00
mkinstalldirs - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
moduli - (dtucker) [moduli] Import new moduli file from OpenBSD. 2004-01-28 15:44:04 +11:00
moduli.c - markus@cvs.openbsd.org 2004/05/21 08:43:03 2004-05-24 10:14:24 +10:00
monitor.c - dtucker@cvs.openbsd.org 2004/06/22 05:05:45 2004-06-22 15:06:46 +10:00
monitor.h - markus@cvs.openbsd.org 2003/11/17 11:06:07 2003-11-17 22:18:21 +11:00
monitor_fdpass.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
monitor_fdpass.h
monitor_mm.c - deraadt@cvs.openbsd.org 2004/05/11 19:01:43 2004-05-13 16:39:33 +10:00
monitor_mm.h
monitor_wrap.c - dtucker@cvs.openbsd.org 2004/06/22 05:05:45 2004-06-22 15:06:46 +10:00
monitor_wrap.h - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
mpaux.c
mpaux.h
msg.c - djm@cvs.openbsd.org 2003/11/17 09:45:39 2003-11-17 21:20:47 +11:00
msg.h - djm@cvs.openbsd.org 2003/11/17 09:45:39 2003-11-17 21:20:47 +11:00
myproposal.h - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
nchan.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
nchan.ms - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
nchan2.ms - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
opensshd.init.in - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd 2004-06-19 19:31:06 -07:00
packet.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
packet.h - deraadt@cvs.openbsd.org 2004/05/11 19:01:43 2004-05-13 16:39:33 +10:00
pathnames.h Sync Ids missed in password expiry sync 2004-02-06 16:38:16 +11:00
progressmeter.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
progressmeter.h
readconf.c - djm@cvs.openbsd.org 2004/06/17 15:10:14 2004-06-18 01:19:03 +10:00
readconf.h - djm@cvs.openbsd.org 2004/06/13 15:03:02 2004-06-15 10:34:08 +10:00
readpass.c - djm@cvs.openbsd.org 2004/06/17 15:10:14 2004-06-18 01:19:03 +10:00
rijndael.c - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
rijndael.h
rsa.c
rsa.h
scard-opensc.c - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses 2004-05-13 17:29:35 +10:00
scard.c - djm@cvs.openbsd.org 2004/05/08 00:21:31 2004-05-13 16:15:47 +10:00
scard.h
scp.1 - djm@cvs.openbsd.org 2004/06/13 15:03:02 2004-06-15 10:34:08 +10:00
scp.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
servconf.c - dtucker@cvs.openbsd.org 2004/05/23 23:59:53 2004-05-24 10:36:23 +10:00
servconf.h - dtucker@cvs.openbsd.org 2004/05/23 23:59:53 2004-05-24 10:36:23 +10:00
serverloop.c - djm@cvs.openbsd.org 2004/05/21 11:33:11 2004-05-24 10:18:05 +10:00
serverloop.h
session.c - djm@cvs.openbsd.org 2004/06/21 17:53:03 2004-06-22 12:57:08 +10:00
session.h - djm@cvs.openbsd.org 2004/04/27 09:46:37 2004-05-02 22:11:30 +10:00
sftp-client.c - pedro@cvs.openbsd.org 2004/06/03 12:22:20 2004-06-15 10:28:56 +10:00
sftp-client.h - djm@cvs.openbsd.org 2004/02/17 05:39:51 2004-02-17 17:07:59 +11:00
sftp-common.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
sftp-common.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
sftp-glob.c - (djm) OpenBSD CVS Sync 2004-02-18 14:11:13 +11:00
sftp-server.8
sftp-server.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
sftp.1 - djm@cvs.openbsd.org 2004/06/21 22:41:31 2004-06-22 13:08:21 +10:00
sftp.c - djm@cvs.openbsd.org 2004/06/22 01:16:39 2004-06-22 13:09:55 +10:00
sftp.h
ssh-add.1 - matthieu@cvs.openbsd.org 2003/11/25 23:10:08 2003-12-09 19:01:51 +11:00
ssh-add.c - djm@cvs.openbsd.org 2004/05/08 00:21:31 2004-05-13 16:15:47 +10:00
ssh-agent.1 - dtucker@cvs.openbsd.org 2004/05/13 02:47:50 2004-05-13 16:45:46 +10:00
ssh-agent.c - djm@cvs.openbsd.org 2004/06/14 01:44:39 2004-06-15 10:35:30 +10:00
ssh-dss.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
ssh-gss.h - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
ssh-keygen.1 - djm@cvs.openbsd.org 2003/12/22 09:16:58 2003-12-31 11:34:51 +11:00
ssh-keygen.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
ssh-keyscan.1
ssh-keyscan.c - djm@cvs.openbsd.org 2004/06/14 01:44:39 2004-06-15 10:35:30 +10:00
ssh-keysign.8
ssh-keysign.c - djm@cvs.openbsd.org 2004/04/18 23:10:26 2004-04-20 20:11:57 +10:00
ssh-rand-helper.8 - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
ssh-rand-helper.c - djm@cvs.openbsd.org 2004/06/13 15:03:02 2004-06-15 10:34:08 +10:00
ssh-rsa.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
ssh.1 - markus@cvs.openbsd.org 2004/06/18 10:55:43 2004-06-18 22:21:55 +10:00
ssh.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
ssh.h - markus@cvs.openbsd.org 2003/12/02 17:01:15 2003-12-09 19:15:11 +11:00
ssh1.h
ssh2.h
ssh_config
ssh_config.5 - djm@cvs.openbsd.org 2004/06/17 15:10:14 2004-06-18 01:19:03 +10:00
ssh_prng_cmds.in - djm@cvs.openbsd.org 2003/11/21 11:57:03 2003-11-21 23:48:55 +11:00
sshconnect.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
sshconnect.h
sshconnect1.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
sshconnect2.c - djm@cvs.openbsd.org 2004/06/13 12:53:24 2004-06-15 10:30:09 +10:00
sshd.8 - dtucker@cvs.openbsd.org 2004/05/02 11:54:31 2004-05-02 22:15:08 +10:00
sshd.c - djm@cvs.openbsd.org 2004/06/14 01:44:39 2004-06-15 10:35:30 +10:00
sshd_config - dtucker@cvs.openbsd.org 2004/05/23 23:59:53 2004-05-24 10:36:23 +10:00
sshd_config.5 - dtucker@cvs.openbsd.org 2004/06/13 14:01:42 2004-06-15 10:30:39 +10:00
sshlogin.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
sshlogin.h
sshpty.c - avsm@cvs.openbsd.org 2004/06/21 17:36:31 2004-06-22 12:56:01 +10:00
sshpty.h - deraadt@cvs.openbsd.org 2004/05/08 00:01:37 2004-05-13 16:06:46 +10:00
sshtty.c - deraadt@cvs.openbsd.org 2004/05/08 00:01:37 2004-05-13 16:06:46 +10:00
tildexpand.c - markus@cvs.openbsd.org 2004/05/21 08:43:03 2004-05-24 10:14:24 +10:00
ttymodes.c
ttymodes.h
uidswap.c - (dtucker) [uidswap.c] Minor KNF. ok djm@ 2004-02-24 13:17:30 +11:00
uidswap.h
uuencode.c - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
uuencode.h - jakob@cvs.openbsd.org 2003/11/10 16:23:41 2003-11-17 21:18:23 +11:00
version.h - markus@cvs.openbsd.org 2004/03/20 10:40:59 2004-03-22 09:39:09 +11:00
xmalloc.c
xmalloc.h

README

See http://www.openssh.com/txt/release-3.8.1 for the release notes.

- 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@unixuser.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 sample
implementation with all patent-encumbered algorithms removed (to
external libraries), all known security bugs fixed, new features
reintroduced and many other clean-ups.  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]/PRNGD[2] support and replacements
for OpenBSD library functions that are (regrettably) absent from other
unices. This port has been best tested on Linux, Solaris, HP-UX, NetBSD,
Irix and AIX. Support for 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[3], OpenSSL[4] and optionally PAM[5].

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 an USA-embargoed country to which export of
cryptographic products is restricted, 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[6].

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[7]
for details and general tips.

Damien Miller <djm@mindrot.org>

Miscellania -

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

References -

[0] http://www.openssh.com/faq.html
[1] http://www.lothar.com/tech/crypto/
[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
[3] http://www.gzip.org/zlib/
[4] http://www.openssl.org/
[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris
    and HP-UX 11)
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
[7] http://www.openssh.com/faq.html

$Id: README,v 1.54 2004/04/18 10:32:56 djm Exp $