NetBSD/crypto/dist/ssh
wiz fc3229a199 Undo unintended commit. 2003-07-04 21:57:16 +00:00
..
scard OpenSSH 3.2 as of 2002/4/22. fixes issues with AFS/kerberos auth 2002-04-22 07:35:39 +00:00
LICENCE OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
OVERVIEW
README OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
README.smartcard OpenSSH 3.2 as of 2002/4/22. fixes issues with AFS/kerberos auth 2002-04-22 07:35:39 +00:00
RFC.nroff
atomicio.c
atomicio.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
auth-bsdauth.c pednatic check on command line args. correct signed/unsigned mixup. 2002-07-01 06:17:11 +00:00
auth-chall.c
auth-krb4.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
auth-krb5.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
auth-options.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
auth-options.h OpenSSH 3.5 as of Oct 1, 2002 2002-10-01 13:39:55 +00:00
auth-passwd.c sync with openssh 3.3. 2002-06-24 05:48:24 +00:00
auth-rh-rsa.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
auth-rhosts.c sscanf overrun 2003-05-17 01:12:28 +00:00
auth-rsa.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
auth-skey.c pednatic check on command line args. correct signed/unsigned mixup. 2002-07-01 06:17:11 +00:00
auth.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
auth.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
auth1.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
auth2-chall.c pednatic check on command line args. correct signed/unsigned mixup. 2002-07-01 06:17:11 +00:00
auth2-hostbased.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
auth2-kbdint.c OpenSSH 3.3 as of June 24, 2002. 2002-06-24 05:25:39 +00:00
auth2-krb5.c 64bit issue; reported by Havard Eidnes and Juergen Hannken-Illjes, sync w/ 2003-05-15 14:10:24 +00:00
auth2-none.c make use of xfree() consistent. from openbsd 2002-07-01 05:56:45 +00:00
auth2-passwd.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
auth2-pubkey.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
auth2.c >implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ 2003-05-14 18:22:07 +00:00
authfd.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
authfd.h OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
authfile.c markus@openbsd, for PR 20550 2003-05-14 18:17:02 +00:00
authfile.h OpenSSH 3.3 as of June 24, 2002. 2002-06-24 05:25:39 +00:00
bufaux.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
bufaux.h OpenSSH 3.2 as of 2002/4/22. fixes issues with AFS/kerberos auth 2002-04-22 07:35:39 +00:00
buffer.c OpenSSH 3.4 around 2002/6/26. 2002-06-26 14:02:54 +00:00
buffer.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
canohost.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
canohost.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
channels.c avoid hardcoded SOCK_xx; with markus; should allow ssh over SCTP 2003-04-14 14:36:47 +00:00
channels.h sync with 3.4 2002-06-26 14:08:29 +00:00
cipher.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
cipher.h OpenSSH 3.2 as of 2002/4/22. fixes issues with AFS/kerberos auth 2002-04-22 07:35:39 +00:00
clientloop.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
clientloop.h sync with 3.2.1 as of 5/13. 2002-05-13 02:58:17 +00:00
compat.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
compat.h OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
compress.c sync with openssh 3.2 as of 2002/4/22. 2002-04-22 07:59:35 +00:00
compress.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
crc32.c OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
crc32.h OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
deattack.c sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etc 2002-03-08 02:00:50 +00:00
deattack.h OpenSSH 2.9.9 as of 2001/9/27 2001-09-27 02:00:33 +00:00
dh.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
dh.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
dispatch.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
dispatch.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
fatal.c OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
getpeereid.c upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
getpeereid.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
getput.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
groupaccess.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
groupaccess.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
hostfile.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
hostfile.h sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
includes.h sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etc 2002-03-08 02:00:50 +00:00
kex.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
kex.h OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
kexdh.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
kexdhc.c OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
kexdhs.c OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
kexgex.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
kexgexc.c OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
kexgexs.c OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
key.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
key.h OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
log.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
log.h Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
mac.c sync with openssh 3.3. 2002-06-24 05:48:24 +00:00
mac.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
match.c OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
match.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
misc.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
misc.h sync with openssh 3.2 as of 2002/4/22. 2002-04-22 07:59:35 +00:00
moduli OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
moduli.5 Fix off-by-one. From William Allen Simpson in PR 22012. 2003-07-04 21:56:48 +00:00
monitor.c >implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ 2003-05-14 18:22:07 +00:00
monitor.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
monitor_fdpass.c pednatic check on command line args. correct signed/unsigned mixup. 2002-07-01 06:17:11 +00:00
monitor_fdpass.h OpenSSH 3.2 as of 2002/4/22. fixes issues with AFS/kerberos auth 2002-04-22 07:35:39 +00:00
monitor_mm.c upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
monitor_mm.h sync with openssh 3.2 as of 2002/4/22. 2002-04-22 07:59:35 +00:00
monitor_wrap.c typo: get correct counters; introduced during rekeying change. (openbsd rev 1.26) 2003-05-26 07:57:38 +00:00
monitor_wrap.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
mpaux.c
mpaux.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
msg.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
msg.h sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
myproposal.h OpenSSH 3.2 as of 2002/4/22. fixes issues with AFS/kerberos auth 2002-04-22 07:35:39 +00:00
nchan.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
nchan.ms
nchan2.ms sync with 3.0 as of 2001/11/7. 2001-11-07 06:26:47 +00:00
openssh2netbsd clean ssh-keysign build dir before import. 2002-06-24 05:45:17 +00:00
packet.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
packet.h sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
pathnames.h sync with openssh 3.3. 2002-06-24 05:48:24 +00:00
progressmeter.c new copyright notice (w/ TNF copyright). thanks millert 2003-04-08 01:19:08 +00:00
progressmeter.h OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
radix.c upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
radix.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
random.c now arc4random is in libc, we don't need to supply local version 2002-05-25 00:29:52 +00:00
random.h now arc4random is in libc, we don't need to supply local version 2002-05-25 00:29:52 +00:00
readconf.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
readconf.h sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
readpass.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
readpass.h sync with openssh 3.2 as of 2002/4/22. 2002-04-22 07:59:35 +00:00
readpassphrase.3 OpenSSH 2.9.9 as of 2001/9/27 2001-09-27 02:00:33 +00:00
readpassphrase.c OpenSSH 2.9.9 as of 2001/9/27 2001-09-27 02:00:33 +00:00
readpassphrase.h OpenSSH 2.9.9 as of 2001/9/27 2001-09-27 02:00:33 +00:00
rijndael.c upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
rijndael.h sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etc 2002-03-08 02:00:50 +00:00
rsa.c OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
rsa.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
scard.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
scard.h pednatic check on command line args. correct signed/unsigned mixup. 2002-07-01 06:17:11 +00:00
scp.1 OpenSSH 3.6.1 as of 2003/4/3 2003-04-03 05:57:11 +00:00
scp.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
servconf.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
servconf.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
serverloop.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
serverloop.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
session.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
session.h make use of xfree() consistent. from openbsd 2002-07-01 05:56:45 +00:00
sftp-client.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp-client.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
sftp-common.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp-common.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
sftp-glob.c upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
sftp-glob.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
sftp-int.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp-int.h sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp-server.8
sftp-server.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp.1 sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sftp.h sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etc 2002-03-08 02:00:50 +00:00
ssh-add.1 sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-add.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-agent.1 setup -> set up. 2003-05-14 13:10:57 +00:00
ssh-agent.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-dss.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-keygen.1 sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-keygen.c markus@openbsd, for PR 20550 2003-05-14 18:17:02 +00:00
ssh-keyscan.1 sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-keyscan.c avoid hardcoded SOCK_xx; with markus; should allow ssh over SCTP 2003-04-14 14:36:47 +00:00
ssh-keysign.8 sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-keysign.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh-rsa.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh.1 Be consistent in how we call .rhosts authentication. 2003-06-27 09:14:56 +00:00
ssh.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
ssh.h sync with openssh 3.3. 2002-06-24 05:48:24 +00:00
ssh1.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
ssh2.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
ssh_config upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
ssh_config.5 Quote question mark. 2003-06-27 22:35:48 +00:00
sshconnect.c avoid hardcoded SOCK_xx; with markus; should allow ssh over SCTP 2003-04-14 14:36:47 +00:00
sshconnect.h OpenSSH 3.3 as of June 24, 2002. 2002-06-24 05:25:39 +00:00
sshconnect1.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
sshconnect2.c >implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ 2003-05-14 18:22:07 +00:00
sshd.8 Quote punctuation so it gets marked up. 2003-06-30 11:52:01 +00:00
sshd.c avoid hardcoded SOCK_xx; with markus; should allow ssh over SCTP 2003-04-14 14:36:47 +00:00
sshd_config upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
sshd_config.5 Quote question mark; punctuation fix; new sentence, new line. 2003-06-27 22:37:13 +00:00
sshlogin.c Undo unintended commit. 2003-07-04 21:57:16 +00:00
sshlogin.h upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
sshpty.c sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
sshpty.h sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etc 2002-03-08 02:00:50 +00:00
sshtty.c OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
sshtty.h Deal with lossage caused by the addition of the netbsd-1-5 branch tag 2001-12-13 15:53:54 +00:00
tildexpand.c sync with openssh 3.3. 2002-06-24 05:48:24 +00:00
tildexpand.h sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
tree.h OpenSSH 3.2 as of 2002/4/22. bring in sys/sys/tree.h 2002-04-22 07:47:47 +00:00
ttymodes.c Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
ttymodes.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
uidswap.c OpenSSH 3.5 as of Oct 1, 2002 2002-10-01 13:39:55 +00:00
uidswap.h OpenSSH 2.9.9 as of 2001/9/27 2001-09-27 02:00:33 +00:00
uuencode.c upgrade to openssh 3.5. major changes include: 2002-10-01 14:07:26 +00:00
uuencode.h OpenSSH 3.1 as of 2002/3/8. plugs off-by-one security hole 2002-03-08 01:20:24 +00:00
version.h sync w/ 3.6.1 2003-04-03 06:21:31 +00:00
xmalloc.c sync with openssh 2.9.9 around 9/27. 2001-09-27 03:24:01 +00:00
xmalloc.h OpenSSH 3.3 as of June 24, 2002. 2002-06-24 05:25:39 +00:00

README

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.