NetBSD/crypto/dist/ssh
lukem d687f4502c appease gcc -Wuninitialized 2005-06-02 04:59:17 +00:00
..
scard
LICENCE
OVERVIEW
README
README.dns
README.smartcard
atomicio.c
atomicio.h
auth-bsdauth.c
auth-chall.c
auth-krb4.c
auth-krb5.c
auth-options.c
auth-options.h
auth-pam.c
auth-pam.h
auth-passwd.c
auth-rh-rsa.c
auth-rhosts.c
auth-rsa.c
auth-skey.c
auth.c
auth.h
auth1.c
auth2-chall.c
auth2-gss.c
auth2-hostbased.c
auth2-kbdint.c
auth2-krb5.c
auth2-none.c
auth2-passwd.c
auth2-pubkey.c
auth2.c
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-3des1.c
cipher-bf1.c
cipher-ctr.c
cipher.c
cipher.h
cleanup.c
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
dns.c
dns.h
fatal.c
getpeereid.c
getpeereid.h
getput.h
getrrsetbyname.c
getrrsetbyname.h
groupaccess.c
groupaccess.h
gss-genr.c
gss-serv-krb5.c
gss-serv.c
hostfile.c
hostfile.h
includes.h
kex.c
kex.h
kexdh.c
kexdhc.c
kexdhs.c
kexgex.c
kexgexc.c
kexgexs.c
key.c
key.h
log.c
log.h
mac.c
mac.h
match.c
match.h
misc.c
misc.h
moduli
moduli.5
moduli.c
monitor.c
monitor.h
monitor_fdpass.c
monitor_fdpass.h
monitor_mm.c
monitor_mm.h
monitor_wrap.c
monitor_wrap.h
msg.c
msg.h
myproposal.h
nchan.c
nchan.ms
nchan2.ms
openssh2netbsd
packet.c
packet.h
pathnames.h
progressmeter.c
progressmeter.h
radix.c
radix.h
random.c
random.h
readconf.c
readconf.h
readpass.c
readpassphrase.3
readpassphrase.c
readpassphrase.h
rsa.c
rsa.h
scard.c
scard.h
scp.1
scp.c
servconf.c
servconf.h
serverloop.c
serverloop.h
session.c
session.h
sftp-client.c appease gcc -Wuninitialized 2005-06-02 04:59:17 +00:00
sftp-client.h
sftp-common.c
sftp-common.h
sftp-glob.c
sftp-server.8
sftp-server.c
sftp.1
sftp.c
sftp.h
ssh-add.1
ssh-add.c
ssh-agent.1
ssh-agent.c
ssh-dss.c
ssh-gss.h
ssh-keygen.1
ssh-keygen.c
ssh-keyscan.1
ssh-keyscan.c
ssh-keysign.8
ssh-keysign.c
ssh-rsa.c
ssh.1
ssh.c
ssh.h
ssh1.h
ssh2.h
ssh_config
ssh_config.5
sshconnect.c
sshconnect.h
sshconnect1.c
sshconnect2.c
sshd.8
sshd.c
sshd_config
sshd_config.5
sshlogin.c
sshlogin.h
sshpty.c
sshpty.h
sshtty.c
tildexpand.c
ttymodes.c
ttymodes.h
uidswap.c
uidswap.h
uuencode.c
uuencode.h
version.h
xmalloc.c
xmalloc.h

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.