freebsd-skq/crypto/openssh
2002-05-12 01:52:11 +00:00
..
lib
scard
scp
sftp
sftp-server
ssh
ssh-add
ssh-agent
ssh-keygen
ssh-keyscan
sshd
atomicio.c
atomicio.h
auth1.c Switch over to using pam_login_access(8) module in sshd(8). 2002-03-26 12:52:28 +00:00
auth2-chall.c Use PAM instead of S/Key (or OPIE) for SSH2. 2002-03-21 12:18:27 +00:00
auth2-pam.c Fix warnings + wait for child so it doesn't go zombie (perforce change 10122) 2002-04-22 06:25:13 +00:00
auth2.c Switch over to using pam_login_access(8) module in sshd(8). 2002-03-26 12:52:28 +00:00
auth-bsdauth.c
auth-chall.c
auth-krb4.c
auth-krb5.c
auth-options.c
auth-options.h
auth-pam.c Correctly set PAM_RHOST so e.g. pam_login_access(8) can do its job. 2002-03-21 12:55:21 +00:00
auth-pam.h
auth-passwd.c
auth-rh-rsa.c
auth-rhosts.c
auth-rsa.c
auth-skey.c
auth.c
auth.h
authfd.c
authfd.h
authfile.c
authfile.h
bufaux.c
bufaux.h
buffer.c
buffer.h
canohost.c
canohost.h
channels.c
channels.h
cipher.c
cipher.h
cli.c
cli.h
clientloop.c
clientloop.h
compat.c
compat.h
compress.c
compress.h
crc32.c
crc32.h
deattack.c
deattack.h
dh.c
dh.h
dispatch.c
dispatch.h
fatal.c
getput.h
groupaccess.c
groupaccess.h
hostfile.c
hostfile.h
includes.h
kex.c
kex.h
kexdh.c
kexgex.c
key.c
key.h
LICENCE Note that portions of this software were 2002-03-20 22:10:10 +00:00
log.c
log.h
mac.c
mac.h
Makefile
Makefile.inc
match.c
match.h
misc.c
misc.h
mpaux.c
mpaux.h
myproposal.h Prefer DSA to RSA if both are available. 2002-04-11 16:08:48 +00:00
nchan2.ms
nchan.c
nchan.h
nchan.ms
OVERVIEW
packet.c
packet.h
pathnames.h Remove _PATH_CP now that it is defined in paths.h 2002-05-12 01:52:11 +00:00
radix.c
radix.h
readconf.c Make the various ssh clients understand the VersionAddendum option. 2002-04-02 21:48:51 +00:00
readconf.h
README
README.smartcard
readpass.c
readpass.h
RFC.nroff
rijndael.c
rijndael.h
rsa.c
rsa.h
scard.c
scard.h
scp-common.c
scp-common.h
scp.1
scp.c
servconf.c Back out previous commit. 2002-04-25 16:53:25 +00:00
servconf.h
serverloop.c
serverloop.h
session.c 1) Proberly conditionalize PAM "last login" printout. 2002-04-23 12:36:11 +00:00
session.h
sftp-client.c
sftp-client.h
sftp-common.c
sftp-common.h
sftp-glob.c
sftp-glob.h
sftp-int.c
sftp-int.h
sftp-server.8
sftp-server.c
sftp.1
sftp.c
sftp.h
ssh1.h
ssh2.h
ssh_config Usual after-import fixup of SCM IDs. 2002-05-01 22:39:53 +00:00
ssh-add.1
ssh-add.c
ssh-agent.1
ssh-agent.c
ssh-dss.c
ssh-dss.h
ssh-keygen.1
ssh-keygen.c
ssh-keyscan.1
ssh-keyscan.c
ssh-rsa.c
ssh-rsa.h
ssh.1
ssh.c
ssh.h
sshconnect1.c
sshconnect2.c Revert to vendor version, what little was left of our local patches here 2002-04-02 23:07:31 +00:00
sshconnect.c
sshconnect.h
sshd_config Usual after-import fixup of SCM IDs. 2002-05-01 22:39:53 +00:00
sshd.8 We keep moduli(5) in /etc/ssh, not /etc. 2002-03-23 19:26:21 +00:00
sshd.c
sshlogin.c
sshlogin.h
sshpty.c
sshpty.h
sshtty.c
sshtty.h
tildexpand.c
tildexpand.h
ttymodes.c
ttymodes.h
uidswap.c
uidswap.h
uuencode.c
uuencode.h
version.c
version.h Change the FreeBSD version addendum to "FreeBSD-20020402". This shortens 2002-04-02 21:53:54 +00:00
xmalloc.c
xmalloc.h

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.